Trait client_side_validation::CommitEncodeWithStrategy[][src]

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<T> CommitEncodeWithStrategy for &T where
    T: CommitEncodeWithStrategy
[src]

type Strategy = T::Strategy

Loading content...

Implementors

Loading content...