Trait hashconsing::HConser [] [src]

pub trait HConser<T: Hash> {
    fn mk(self, elm: T) -> HConsed<T>;
}

HConsed element creation.

Required Methods

Creates a HConsed element.

Implementors