[][src]Trait azure_sdk_storage_queue::HasStorageClient

pub trait HasStorageClient: Debug + Send + Sync {
    type StorageClient: Client;
    fn storage_client(&self) -> &Self::StorageClient;
}

Associated Types

Loading content...

Required methods

fn storage_client(&self) -> &Self::StorageClient

Loading content...

Implementors

impl<'a, 'b, C> HasStorageClient for QueueNameClient<'a, 'b, C> where
    C: Client + Clone
[src]

type StorageClient = C

impl<'a, C> HasStorageClient for QueueServiceClient<'a, C> where
    C: Client + Clone
[src]

type StorageClient = C

Loading content...