Struct msgpack_schema::value::Any [−][src]
pub struct Any;
Expand description
A special type used to deserialize any object and discard it.
Trait Implementations
fn deserialize<D>(
deserializer: &mut D
) -> Result<Self, DeserializeError<D::Error>> where
D: Deserializer,
[src]Auto Trait Implementations
impl RefUnwindSafe for Any
impl UnwindSafe for Any
Blanket Implementations
Mutably borrows from an owned value. Read more