1 2 3 4 5 6 7 8
#[derive(Copy, Clone, PartialEq, Eq, Debug)] pub enum Error { /// Buffer overrun in encode or decode BufferOverrun, /// Invalid UTF8 in string Utf8Error, }