Struct concurrent_kv::Library [] [src]

pub struct Library<K, V> where K: LibraryKey { /* fields omitted */ }

Methods

impl<K, V> Library<K, V> where K: LibraryKey
[src]

Trait Implementations

impl<K, V> Default for Library<K, V> where K: LibraryKey
[src]

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