Trait ContainerNameSupport
azure_sdk_core
pub trait ContainerNameSupport<'a> { type O; fn with_container_name(self, container_name: &'a str) -> Self::O; }
type O
fn with_container_name(self, container_name: &'a str) -> Self::O