Enum cookie_factory::GenError
[−]
[src]
pub enum GenError {
BufferTooSmall(usize),
InvalidOffset,
CustomError(u32),
NotYetImplemented,
}Base type for generator errors
Variants
BufferTooSmall(usize)Input buffer is too small. Argument is the maximum index that is required
InvalidOffsetOperation asked for accessing an invalid index
CustomError(u32)Allocated for custom errors
NotYetImplementedGenerator or function not yet implemented
Trait Implementations
impl Debug for GenError[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more