Trait cop::term::Fresh[][src]

pub trait Fresh {
    type State;
    fn fresh(st: &mut Self::State) -> Self;
}

Associated Types

Loading content...

Required methods

fn fresh(st: &mut Self::State) -> Self[src]

Loading content...

Implementations on Foreign Types

impl Fresh for String[src]

type State = (String, usize)

impl Fresh for usize[src]

type State = usize

Loading content...

Implementors

Loading content...