Trait js_sandbox_ios::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§