Type Definition avm_server::AVMDataStore[][src]

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