Trait wasmer_runtime_core_fl::typed_func::TrapEarly[][src]

pub trait TrapEarly<Rets> where
    Rets: WasmTypeList
{ type Error: Send + 'static; fn report(self) -> Result<Rets, Self::Error>; }
Expand description

Represents a TrapEarly type.

Associated Types

The error type for this trait.

Required methods

Get returns or error result.

Implementations on Foreign Types

Implementors