Trait AccessTierSupport
azure_sdk_core
pub trait AccessTierSupport<'a> { type O; fn with_access_tier(self, access_tier: &'a str) -> Self::O; }
type O
fn with_access_tier(self, access_tier: &'a str) -> Self::O