Struct msgpack_schema::Nil [−][src]
pub struct Nil;
Trait Implementations
fn deserialize<D>(
deserializer: &mut D
) -> Result<Self, DeserializeError<D::Error>> where
D: Deserializer, [src]Auto Trait Implementations
impl RefUnwindSafe for Nilimpl UnwindSafe for NilBlanket Implementations
Mutably borrows from an owned value. Read more