[][src]Trait hashconsing::HashConsed

pub trait HashConsed {
    type Inner;
}

Internal trait used to recognize hashconsed things.

The only purpose of this trait (currently) is to simplify the type signature of the collections of hashconsed things.

Associated Types

type Inner

Elements stored inside a hashconsed value.

Loading content...

Implementors

impl<T> HashConsed for HConsed<T>[src]

type Inner = T

Loading content...