from_config

Function from_config 

Source
pub async fn from_config(config: StorageConfig) -> Result<Box<dyn Backend>>
Expand description

Constructs a type-erased Backend from the given StorageConfig.