Struct plexus::generate::LruIndexer [] [src]

pub struct LruIndexer<T, K> where
    T: Topological,
    K: Clone + PartialEq
{ /* fields omitted */ }

Methods

impl<T, K> LruIndexer<T, K> where
    T: Topological,
    K: Clone + PartialEq
[src]

[src]

[src]

Trait Implementations

impl<T, K> Default for LruIndexer<T, K> where
    T: Topological,
    K: Clone + PartialEq
[src]

[src]

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