Type Alias AVMDataStore

Source
pub type AVMDataStore<E> = Box<dyn DataStore<Error = E> + Send + Sync + 'static>;

Aliased Typeยง

pub struct AVMDataStore<E>(/* private fields */);