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 Nil
impl UnwindSafe for Nil
Blanket Implementations
Mutably borrows from an owned value. Read more