[][src]Type Definition hirpdag_hashconsing::RefRc

type RefRc<D> = Rc<D>;

Trait Implementations

impl<D> Reference<D> for RefRc<D> where
    D: Hash + Eq + Debug
[src]