[][src]Trait azure_sdk_storage_queue::IntoQueueServiceClient

pub trait IntoQueueServiceClient: Debug + Send + Sync {
    type QueueServiceClient: QueueService;
    fn into_queue_service_client(self) -> Self::QueueServiceClient;
}

Associated Types

Loading content...

Required methods

Loading content...

Implementors

impl<C> IntoQueueServiceClient for C where
    C: Client + 'static + Clone
[src]

Loading content...