Trait Callback

Source
pub trait Callback {
    // Required method
    fn as_js_function(&self) -> &Function;
}

Required Methods§

Implementors§