Trait CharAccumulator

trait CharAccumulator: Default

Build a char out of bytes

Required Methods

fn add(self: &mut Self, byte: u8) -> Option<char>

Build a char out of bytes

Return None when more data is needed

Implementors