create_storage

Function create_storage 

Source
pub fn create_storage(
    storage_type: &str,
    url: String,
) -> Result<Box<dyn StorageBackend>>