Trait lasso::IntoReader

source ·
pub trait IntoReader<K = Spur>: Interner<K>where
    K: Key,
{ type Reader: Reader<K>; fn into_reader(self) -> Self::Reader
    where
        Self: 'static
; }
Expand description

A generic interface over interners that can be turned into a Reader.

Required Associated Types§

The type of Reader the interner will be converted into

Required Methods§

Consumes the current Interner and converts it into a Reader to allow contention-free access of the interner from multiple threads

Implementations on Foreign Types§

Implementors§