Function serde_bencoded::to_vec

source ·
pub fn to_vec<T: Serialize>(value: &T) -> SerResult<Vec<u8>>
Expand description

Convenient function to get encoded value as bytes