Trait javascriptcore::WeakValueExt
source · [−]pub trait WeakValueExt: 'static {
fn value(&self) -> Option<Value>;
fn connect_cleared<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId;
}
pub trait WeakValueExt: 'static {
fn value(&self) -> Option<Value>;
fn connect_cleared<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId;
}