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