Struct msgpack_schema::value::Any [−][src]
pub struct Any;
Expand description
A special type used to deserialize any object and discard it.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Any
impl UnwindSafe for Any
Blanket Implementations
Mutably borrows from an owned value. Read more