Struct rmp_serde::BorrowedValue [] [src]

pub struct BorrowedValue<'a>(pub &'a Value);

Non-owning wrapper over rmp Value reference to allow serialization and deserialization.

Trait Implementations

impl<'a> Serialize for BorrowedValue<'a>
[src]

Serializes this value into this serializer.