Type Definition air_test_utils::prelude::AVMDataStore

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