pub type AVMDataStore<E> = Box<dyn DataStore<Error = E> + Send + Sync + 'static>;
pub struct AVMDataStore<E>(/* private fields */);