Type Alias avm_server::AVMDataStore

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

Aliased Type§

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