Trait estree::IntoScript [] [src]

pub trait IntoScript {
    fn into_script(self) -> Result<Script>;
}

Required Methods

Implementors