Trait wasmer_asml_fork::FunctionMiddleware[][src]

pub trait FunctionMiddleware: Debug {
    pub fn feed(
        &mut self,
        operator: Operator<'a>,
        state: &mut MiddlewareReaderState<'a>
    ) -> Result<(), MiddlewareError> { ... } }

A function middleware specialized for a single function.

Provided methods

pub fn feed(
    &mut self,
    operator: Operator<'a>,
    state: &mut MiddlewareReaderState<'a>
) -> Result<(), MiddlewareError>
[src]

Processes the given operator.

Loading content...

Implementors

Loading content...