Trait arret_runtime::abitype::EncodeAbiType[][src]

pub trait EncodeAbiType {
    const ABI_TYPE: AbiType;
    const PARAM_CAPTURE: ParamCapture;
    const PARAM_ABI_TYPE: ParamAbiType;
}

Associated Constants

const ABI_TYPE: AbiType[src]

const PARAM_CAPTURE: ParamCapture[src]

Controls the capture type when this is used as a parameter

const PARAM_ABI_TYPE: ParamAbiType[src]

Loading content...

Implementations on Foreign Types

impl EncodeAbiType for f64[src]

impl EncodeAbiType for i64[src]

impl EncodeAbiType for char[src]

impl EncodeAbiType for bool[src]

Loading content...

Implementors

impl<F> EncodeAbiType for Callback<F> where
    F: EncodeEntryPointAbiType
[src]

impl<T: Boxed> EncodeAbiType for Capture<T> where
    T: EncodeBoxedAbiType
[src]

impl<T: Boxed> EncodeAbiType for Gc<T> where
    T: EncodeBoxedAbiType
[src]

impl<T: Boxed> EncodeAbiType for NoCapture<T> where
    T: EncodeBoxedAbiType
[src]

Loading content...