Trait sourceview5::prelude::CompletionProposalExt

source ·
pub trait CompletionProposalExt: IsA<CompletionProposal> + Sealed + 'static {
    // Provided method
    fn typed_text(&self) -> Option<GString> { ... }
}
Expand description

Trait containing all CompletionProposal methods.

§Implementors

CompletionProposal

Provided Methods§

source

fn typed_text(&self) -> Option<GString>

Gets the typed-text for the proposal, if supported by the implementation.

Implementing this virtual-function is optional, but can be useful to allow external tooling to compare results.

§Returns

a newly allocated string, or None

Object Safety§

This trait is not object safe.

Implementors§