Trait BlobConfig
cloud::blob
pub trait BlobConfig: 'static + Send + Sync { fn name(&self) -> &'static str; fn url(&self) -> Result<Url>; }
fn name(&self) -> &'static str
fn url(&self) -> Result<Url>
impl BlobConfig for dyn BlobStorage