Skip to main content

DecodeDifferentArray

Type Alias DecodeDifferentArray 

Source
pub type DecodeDifferentArray<B, O = B> = DecodeDifferent<&'static [B], Vec<O>>;

Aliased Type§

pub enum DecodeDifferentArray<B, O = B> {
    Encode(&'static [B]),
    Decoded(Vec<O>),
}

Variants§

§

Encode(&'static [B])

§

Decoded(Vec<O>)