[−][src]Trait partial_io::quickcheck_types::GenError
Represents a way to generate io::ErrorKind
instances.
See the module level documentation for more.
Required methods
fn gen_error<G: Gen>(&mut self, g: &mut G) -> Option<ErrorKind>
Optionally generate an io::ErrorKind
instance.