[][src]Trait azure_sdk_cosmos::HasStoredProcedureClient

pub trait HasStoredProcedureClient<C, D, COLL, SP>: HasCollectionClient<C, D, COLL> where
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>,
    SP: StoredProcedureClient<C, D, COLL>, 
{ fn stored_procedure_client(&self) -> &SP; }

Required methods

fn stored_procedure_client(&self) -> &SP

Loading content...

Implementors

Loading content...