Struct rustbreak::deser::Bincode[][src]

pub struct Bincode;

The struct that allows you to use bincode

Trait Implementations

impl Debug for Bincode
[src]

Formats the value using the given formatter. Read more

impl Default for Bincode
[src]

Returns the "default value" for a type. Read more

impl Clone for Bincode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Serialize + DeserializeOwned> DeSerializer<T> for Bincode
[src]

Serializes a given value to a String

Deserializes a String to a value

Auto Trait Implementations

impl Send for Bincode

impl Sync for Bincode