Trait partial_io::quickcheck_types::GenError
source · [−]pub trait GenError: Clone + Default + Send {
fn gen_error(&mut self, g: &mut Gen) -> Option<ErrorKind>;
}Expand description
Represents a way to generate io::ErrorKind instances.
See the module level documentation for more.