[][src]Function geng::prelude::bincode::serialize

pub fn serialize<T>(value: &T) -> Result<Vec<u8>, Box<ErrorKind>> where
    T: Serialize + ?Sized

Serializes a serializable object into a Vec of bytes using the default configuration.