Trait pocket_prover::Enumerable [] [src]

pub trait Enumerable: Sized {
    fn start() -> Self;
fn inc(&self) -> Option<Self>; }

Implemented by types to use with all and any.

Required Methods

Returns start value.

Increases value.

Implementations on Foreign Types

impl Enumerable for u8
[src]

[src]

[src]

Implementors