pub struct CompactFormatSerializer<'a> { /* private fields */ }
Expand description

The Compact format serializer

Implementations

Create CompactFormatSerializer instance

Write out all the whole stack

Trait Implementations

Emit None

Emit ()

Emit bool

Emit char

Emit usize

Emit isize

Emit u8

Emit i8

Emit u16

Emit i16

Emit u32

Emit i32

Emit f32

Emit u64

Emit i64

Emit f64

Emit &str

Emit fmt::Arguments Read more

Emit u128

Emit i128

Emit a type implementing std::error::Error Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.