encode_into

Function encode_into 

Source
pub fn encode_into<W>(input: &[u8], sink: W) -> Result
where W: Write,
Expand description

Encodes input and writes directly into a core::fmt::Write.

ยงErrors

Errors are passed from core::fmt::Write::write_str.