[][src]Trait azure_sdk_cosmos::UserDefinedFunctionBodySupport

pub trait UserDefinedFunctionBodySupport<'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> UserDefinedFunctionBodySupport<'b> for CreateOrReplaceUserDefinedFunctionBuilder<'a, 'b, C, D, COLL, No> where
    C: CosmosClient,
    D: DatabaseClient<C>,
    COLL: CollectionClient<C, D>, 
[src]

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

Loading content...