Enum suppositions::data::DataError [] [src]

pub enum DataError {
    PoolExhausted,
    SkipItem,
}

The reasons why drawing data from a pool can fail.

Variants

Not enough data to generate a value

One of our combinators said that we should not test this value.

Trait Implementations

impl Debug for DataError
[src]

[src]

Formats the value using the given formatter.

impl Clone for DataError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for DataError
[src]

impl PartialEq for DataError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.