[−]Function cjdns_bencode::to_bytes
pub fn to_bytes<T>(value: &T) -> Result<Vec<u8>, Error> where
T: Serialize + ?Sized,
Serialize an instance of T
to bencode
pub fn to_bytes<T>(value: &T) -> Result<Vec<u8>, Error> where
T: Serialize + ?Sized,
Serialize an instance of T
to bencode