[][src]Trait azure_sdk_storage_core::IntoAzurePath

pub trait IntoAzurePath {
    fn container_name(&self) -> Result<&str, AzurePathParseError>;
fn blob_name(&self) -> Result<&str, AzurePathParseError>; fn components(&self) -> Result<(&str, &str), AzurePathParseError> { ... } }

Required methods

Loading content...

Provided methods

Loading content...

Implementations on Foreign Types

impl<T> IntoAzurePath for (T, T) where
    T: Borrow<str> + Clone
[src]

impl<'a> IntoAzurePath for &'a str[src]

Loading content...

Implementors

Loading content...