[][src]Trait client_side_validation::CommitEncodeWithStrategy

pub trait CommitEncodeWithStrategy {
    type Strategy;
}

Associated Types

Loading content...

Implementations on Foreign Types

impl CommitEncodeWithStrategy for usize[src]

impl CommitEncodeWithStrategy for u8[src]

impl CommitEncodeWithStrategy for u16[src]

impl CommitEncodeWithStrategy for u32[src]

impl CommitEncodeWithStrategy for u64[src]

impl CommitEncodeWithStrategy for i8[src]

impl CommitEncodeWithStrategy for i16[src]

impl CommitEncodeWithStrategy for i32[src]

impl CommitEncodeWithStrategy for i64[src]

impl CommitEncodeWithStrategy for String[src]

impl CommitEncodeWithStrategy for &str[src]

impl CommitEncodeWithStrategy for &[u8][src]

impl CommitEncodeWithStrategy for Vec<u8>[src]

impl CommitEncodeWithStrategy for Vec<u16>[src]

impl CommitEncodeWithStrategy for Vec<u32>[src]

impl CommitEncodeWithStrategy for Vec<u64>[src]

impl<K, V> CommitEncodeWithStrategy for BTreeMap<K, V>[src]

impl<T> CommitEncodeWithStrategy for BTreeSet<T>[src]

impl<T> CommitEncodeWithStrategy for &T where
    T: CommitEncodeWithStrategy
[src]

type Strategy = T::Strategy

Loading content...

Implementors

impl CommitEncodeWithStrategy for MerkleNode[src]

Loading content...