pub async fn from_config(config: StorageConfig) -> Result<Box<dyn Backend>>Expand description
Constructs a type-erased Backend from the given StorageConfig.
pub async fn from_config(config: StorageConfig) -> Result<Box<dyn Backend>>Constructs a type-erased Backend from the given StorageConfig.