pub type DynDataRWAdapter = Box<dyn DataRWAdapter + Send + Sync>;
Alias type for a dynamically dispatched data adapter.
pub struct DynDataRWAdapter(/* private fields */);