Type Alias scrypto::prelude::ManifestEncoder

source ·
pub type ManifestEncoder<'a> = VecEncoder<'a, ManifestCustomValueKind>;

Aliased Type§

struct ManifestEncoder<'a> {
    buf: &'a mut Vec<u8>,
    max_depth: usize,
    stack_depth: usize,
    phantom: PhantomData<ManifestCustomValueKind>,
}

Fields§

§buf: &'a mut Vec<u8>§max_depth: usize§stack_depth: usize§phantom: PhantomData<ManifestCustomValueKind>