Trait Importer
wain_exec
pub trait Importer { fn call( &mut self, name: &str, stack: &mut Stack, memory: &mut Memory ) -> Result<(), ImportError>; }
fn call( &mut self, name: &str, stack: &mut Stack, memory: &mut Memory) -> Result<(), ImportError>
impl<R: Read, W: Write> Importer for DefaultImporter<R, W>
fn call( &mut self, name: &str, stack: &mut Stack, _: &mut Memory) -> Result<(), ImportError>