[][src]Trait hirpdag_hashconsing::BuildTable

pub trait BuildTable<D, R> where
    D: Hash + Eq + Debug,
    R: Reference<D>, 
{ type Table: Table<D, R>; pub fn build_table(&self) -> Self::Table; }

Associated Types

type Table: Table<D, R>[src]

Loading content...

Required methods

pub fn build_table(&self) -> Self::Table[src]

Loading content...

Implementors

impl<D, R, T> BuildTable<D, R> for BuildTableDefault<T> where
    D: Hash + Eq + Debug,
    R: Reference<D>,
    T: Default + Table<D, R>, 
[src]

type Table = T

Loading content...