Type Alias scrypto::prelude::BasicDecoder

source ·
pub type BasicDecoder<'a> = VecDecoder<'a, NoCustomValueKind>;

Aliased Type§

struct BasicDecoder<'a> {
    input: &'a [u8],
    offset: usize,
    stack_depth: usize,
    max_depth: usize,
    phantom: PhantomData<NoCustomValueKind>,
}

Fields§

§input: &'a [u8]§offset: usize§stack_depth: usize§max_depth: usize§phantom: PhantomData<NoCustomValueKind>