[][src]Trait azure_sdk_core::LeaseIdSupport

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

Associated Types

type O

Loading content...

Required methods

fn with_lease_id(self, _: &'a LeaseId) -> Self::O

Loading content...

Implementors

Loading content...