Trait arret_runtime::abitype::EncodeBoxedAbiType [−][src]
pub trait EncodeBoxedAbiType {
const BOXED_ABI_TYPE: BoxedAbiType;
}Associated Constants
const BOXED_ABI_TYPE: BoxedAbiType[src]
Implementors
impl EncodeBoxedAbiType for Any[src]
impl EncodeBoxedAbiType for Any[src]const BOXED_ABI_TYPE: BoxedAbiType[src]
impl EncodeBoxedAbiType for Bool[src]
impl EncodeBoxedAbiType for Bool[src]const BOXED_ABI_TYPE: BoxedAbiType[src]
impl EncodeBoxedAbiType for Num[src]
impl EncodeBoxedAbiType for Num[src]const BOXED_ABI_TYPE: BoxedAbiType[src]
impl<K: Boxed, V: Boxed> EncodeBoxedAbiType for Map<K, V> where
K: EncodeBoxedAbiType,
V: EncodeBoxedAbiType, [src]
impl<K: Boxed, V: Boxed> EncodeBoxedAbiType for Map<K, V> where
K: EncodeBoxedAbiType,
V: EncodeBoxedAbiType, [src]const BOXED_ABI_TYPE: BoxedAbiType[src]
impl<T: Boxed> EncodeBoxedAbiType for List<T> where
T: EncodeBoxedAbiType, [src]
impl<T: Boxed> EncodeBoxedAbiType for List<T> where
T: EncodeBoxedAbiType, [src]const BOXED_ABI_TYPE: BoxedAbiType[src]
impl<T: Boxed> EncodeBoxedAbiType for Pair<T> where
T: EncodeBoxedAbiType, [src]
impl<T: Boxed> EncodeBoxedAbiType for Pair<T> where
T: EncodeBoxedAbiType, [src]const BOXED_ABI_TYPE: BoxedAbiType[src]
impl<T: Boxed> EncodeBoxedAbiType for Set<T> where
T: EncodeBoxedAbiType, [src]
impl<T: Boxed> EncodeBoxedAbiType for Set<T> where
T: EncodeBoxedAbiType, [src]const BOXED_ABI_TYPE: BoxedAbiType[src]
impl<T: Boxed> EncodeBoxedAbiType for Vector<T> where
T: EncodeBoxedAbiType, [src]
impl<T: Boxed> EncodeBoxedAbiType for Vector<T> where
T: EncodeBoxedAbiType, [src]const BOXED_ABI_TYPE: BoxedAbiType[src]
impl<T: UniqueTagged> EncodeBoxedAbiType for T[src]
impl<T: UniqueTagged> EncodeBoxedAbiType for T[src]