Skip to main content

write_byte

Function write_byte 

Source
pub fn write_byte<E: Copy>(
    output: &mut [u8],
    len: &mut usize,
    byte: u8,
    error: E,
) -> Result<(), E>
Expand description

Writes one byte into a caller-owned buffer.