Trait azure_sdk_for_rust::core::ProposedLeaseIdSupport[][src]

pub trait ProposedLeaseIdSupport<'a> {
    type O;
    fn with_proposed_lease_id(self, _: &'a LeaseId) -> Self::O;
}

Associated Types

Required Methods

Implementors