[][src]Type Definition web_extensions::SerdeFromWasmAbiResult

type SerdeFromWasmAbiResult<T> = FromWasmAbiResult<T, Error>;

Trait Implementations

impl<T: for<'a> Deserialize<'a>> FromWasmAbi for SerdeFromWasmAbiResult<T>[src]

type Abi = u32

The wasm ABI type that this converts from when coming back out from the ABI boundary. Read more

impl<T> WasmDescribe for SerdeFromWasmAbiResult<T>[src]