Function bramble_data::to_vec[][src]

pub fn to_vec<T>(value: &T) -> Result<Vec<u8>> where
    T: ?Sized + Serialize
Expand description

Serializes a value as BDF into a Vec.