pub trait DOMHTMLMenuElementExt: 'static {
fn is_compact(&self) -> bool;
fn set_compact(&self, value: bool);
fn connect_compact_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
}
pub trait DOMHTMLMenuElementExt: 'static {
fn is_compact(&self) -> bool;
fn set_compact(&self, value: bool);
fn connect_compact_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
}