write_to_extend

Function write_to_extend 

Source
pub fn write_to_extend<E: FromSlice>(
    v: &E,
    out: &mut impl Extend<u8>,
) -> Result<(), &'static str>
Available on crate feature io-core only.