Type Definition avm_server::AVMDataStore

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