Trait arret_runtime::abitype::EncodeBoxedAbiType[][src]

pub trait EncodeBoxedAbiType {
    const BOXED_ABI_TYPE: BoxedAbiType;
}

Associated Constants

const BOXED_ABI_TYPE: BoxedAbiType[src]

Loading content...

Implementors

impl EncodeBoxedAbiType for Any[src]

impl EncodeBoxedAbiType for Bool[src]

impl EncodeBoxedAbiType for Num[src]

impl<K: Boxed, V: Boxed> EncodeBoxedAbiType for Map<K, V> where
    K: EncodeBoxedAbiType,
    V: EncodeBoxedAbiType
[src]

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

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

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

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

impl<T: UniqueTagged> EncodeBoxedAbiType for T[src]

Loading content...