Trait mpack::IntoValue [] [src]

pub trait IntoValue {
    fn into_value(self) -> Value;
}

A trait for types that can be written via MessagePack. This is mostly a convenience to avoid having to wrap them yourself each time.

Required Methods

Implementors