pub struct DebugList {
    f: Formatter,
    has_entries: bool,
}

Fields

f: Formatterhas_entries: bool

Implementations

pub fn finish(refmut self)

pub fn entry(refmut self, value: T) -> Self

Trait Implementations

pub fn abi_encode(self, buffer: Buffer) -> Buffer

pub fn abi_decode(refmut buffer: BufferReader) -> Self