Trait azure_sdk_for_rust::storage::IntoAzurePath[][src]

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

Required Methods

Implementations on Foreign Types

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

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

Implementors