[][src]Trait azure_sdk_cosmos::StoredProcedureBodySupport

pub trait StoredProcedureBodySupport<'a> {
    type O;
    fn with_body(self, body: &'a str) -> Self::O;
}

Associated Types

type O

Loading content...

Required methods

fn with_body(self, body: &'a str) -> Self::O

Loading content...

Implementors

impl<'a, 'b, C, D, COLL> StoredProcedureBodySupport<'a> for CreateStoredProcedureBuilder<'a, 'b, C, D, COLL, No> where
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>, 
[src]

type O = CreateStoredProcedureBuilder<'a, 'b, C, D, COLL, Yes>

impl<'a, 'b, C, D, COLL> StoredProcedureBodySupport<'b> for ReplaceStoredProcedureBuilder<'a, 'b, C, D, COLL, No> where
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>, 
[src]

type O = ReplaceStoredProcedureBuilder<'a, 'b, C, D, COLL, Yes>

Loading content...