[][src]Trait azure_sdk_cosmos::WithCollectionClient

pub trait WithCollectionClient<'a, C, D, COLL>: Debug where
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>, 
{ fn with_collection_client<IntoCowStr>(
        &'a self,
        collection_name: IntoCowStr
    ) -> COLL
    where
        IntoCowStr: Into<Cow<'a, str>>
; }

Required methods

fn with_collection_client<IntoCowStr>(
    &'a self,
    collection_name: IntoCowStr
) -> COLL where
    IntoCowStr: Into<Cow<'a, str>>, 

Loading content...

Implementors

impl<'a, C> WithCollectionClient<'a, C, DatabaseStruct<'a, C>, CollectionStruct<'a, C, DatabaseStruct<'a, C>>> for DatabaseStruct<'a, C> where
    C: CosmosClient + Clone
[src]

Loading content...