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]
Implementations on Foreign Types
Loading content...Implementors
impl<F> EncodeAbiType for Callback<F> where
F: EncodeEntryPointAbiType, [src]
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 Capture<T> where
T: EncodeBoxedAbiType, [src]const ABI_TYPE: AbiType[src]
const PARAM_CAPTURE: ParamCapture[src]
impl<T: Boxed> EncodeAbiType for Gc<T> where
T: EncodeBoxedAbiType, [src]
impl<T: Boxed> EncodeAbiType for Gc<T> where
T: EncodeBoxedAbiType, [src]const ABI_TYPE: AbiType[src]
const PARAM_CAPTURE: ParamCapture[src]
impl<T: Boxed> EncodeAbiType for NoCapture<T> where
T: EncodeBoxedAbiType, [src]
impl<T: Boxed> EncodeAbiType for NoCapture<T> where
T: EncodeBoxedAbiType, [src]