Type Alias air_test_utils::AVMDataStore

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

Aliased Type§

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