[][src]Trait azure_sdk_cosmos::StoredProcedureBodyRequired

pub trait StoredProcedureBodyRequired<'a> {
    fn body(&self) -> &'a str;
}

Required methods

fn body(&self) -> &'a str

Loading content...

Implementors

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

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

Loading content...