[][src]Trait azure_sdk_core::BlobNameSupport

pub trait BlobNameSupport<'a> {
    type O;
    fn with_blob_name(self, blob_name: &'a str) -> Self::O;
}

Associated Types

type O

Loading content...

Required methods

fn with_blob_name(self, blob_name: &'a str) -> Self::O

Loading content...

Implementors

Loading content...