Trait lasso::IntoReaderAndResolver[][src]

pub trait IntoReaderAndResolver<K = Spur>: IntoReader<K> + IntoResolver<K> where
    K: Key
{ }
Expand description

A generic interface over interners that can be turned into both a Reader and a Resolver directly.

Implementors

impl<K, S> IntoReaderAndResolver<K> for Rodeo<K, S> where
    K: Key,
    S: BuildHasher
[src]

impl<K, S> IntoReaderAndResolver<K> for ThreadedRodeo<K, S> where
    K: Key + Hash,
    S: BuildHasher + Clone
[src]