Trait JsApi

Source
pub trait JsApi<'a> {
    // Required method
    fn from_script(script: &'a mut Script) -> Self
       where Self: Sized;
}

Required Methods§

Source

fn from_script(script: &'a mut Script) -> Self
where Self: Sized,

Generate an API from a script

Implementors§