Struct plexus::generate::HashIndexer [] [src]

pub struct HashIndexer<T, K> where
    T: Topological,
    K: Clone + Eq + Hash
{ /* fields omitted */ }

Methods

impl<T, K> HashIndexer<T, K> where
    T: Topological,
    K: Clone + Eq + Hash
[src]

[src]

Trait Implementations

impl<T, K> Default for HashIndexer<T, K> where
    T: Topological,
    K: Clone + Eq + Hash
[src]

[src]

Returns the "default value" for a type. Read more