pub trait DOMHTMLTitleElementExt: 'static {
fn text(&self) -> Option<GString>;
fn set_text(&self, value: &str);
fn connect_text_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
}
pub trait DOMHTMLTitleElementExt: 'static {
fn text(&self) -> Option<GString>;
fn set_text(&self, value: &str);
fn connect_text_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
}