1 2 3 4 5 6 7
pub enum Error { NotFind, BufferTooSmall, } // pub struct NotFind{} // pub struct MemoryTooSmall{} // pub struct MemoryTooSmall{}