Trait HintPurpose

Source
pub trait HintPurpose {
    // Required method
    fn set_hint_purpose(
        &self,
        content_hint: ContentHint,
        content_purpose: ContentPurpose,
    );
}
Expand description

Trait to get notified when the hint or the purpose of the content changes

Required Methods§

Source

fn set_hint_purpose( &self, content_hint: ContentHint, content_purpose: ContentPurpose, )

Implementors§