Trait cloud::blob::BlobConfig[][src]

pub trait BlobConfig: 'static + Send + Sync {
    fn name(&self) -> &'static str;
fn url(&self) -> Result<Url>; }

Required methods

fn name(&self) -> &'static str[src]

fn url(&self) -> Result<Url>[src]

Loading content...

Implementors

impl BlobConfig for dyn BlobStorage[src]

Loading content...