Type Definition avm_server::AVMDataStore

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