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 */);
pub type AVMDataStore<E> = Box<dyn DataStore<Error = E> + Sync + Send>;
struct AVMDataStore<E>(/* private fields */);