Skip to main content

ValueStoreReader

Trait ValueStoreReader 

Source
pub trait ValueStoreReader<'a> {
    type Id: ValueStoreId<Reader<'a> = Self>;
}

Required Associated Types§

Source

type Id: ValueStoreId<Reader<'a> = Self>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§