gausplat_loader::function::decode

Function read_byte_after

source
pub fn read_byte_after(
    reader: &mut impl Read,
    delimiter: impl Fn(u8) -> bool,
) -> Result<u8, Error>
Expand description

Reading a byte after all delimiter bytes.