Function binary_sv2::to_bytes

source ·
pub fn to_bytes<T>(src: T) -> Result<Vec<u8>, Error>
where T: Encodable + GetSize,