initSidebarItems({"enum":[["ReadError","An error encountered while trying to read a value."],["Value","A value that can be sent by `msgpack`."],["WriteError","An error encountered while trying to write a value."]],"fn":[["write","Convenience wrapper for `write_value()`."],["write_ext","Write any value as an Extended type. On success, returns the number of bytes written."],["write_value","Write a message in MessagePack format for the given value."]],"mod":[["rpc",""]],"struct":[["Reader","Wraps a reader instance with a place to store the last byte that was read. This simulates pushing that byte back on to the reader if it wasn't recognized."],["TypeError",""],["ValueMap",""]],"trait":[["IntoValue","A trait for types that can be written via MessagePack. This is mostly a convenience to avoid having to wrap them yourself each time."]]});