Function binary_sv2::to_writer

source ·
pub fn to_writer<T>(src: T, dst: &mut [u8]) -> Result<(), Error>
where T: Encodable,