[][src]Trait wain_exec::Importer

pub trait Importer {
    fn call(
        &mut self,
        name: &str,
        stack: &mut Stack,
        memory: &mut Memory
    ) -> Result<(), ImportError>; }

Required methods

fn call(
    &mut self,
    name: &str,
    stack: &mut Stack,
    memory: &mut Memory
) -> Result<(), ImportError>

Loading content...

Implementors

impl<R: Read, W: Write> Importer for DefaultImporter<R, W>[src]

Loading content...