Struct msgpack_schema::value::Empty [−][src]
pub struct Empty {}
Expand description
A special type used to serialize and deserialize the empty map.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Empty
impl UnwindSafe for Empty
Blanket Implementations
Mutably borrows from an owned value. Read more