[][src]Trait azure_sdk_cosmos::ParametersSupport

pub trait ParametersSupport<'a> {
    type O;
    fn with_parameters(self, parameters: &'a Parameters) -> Self::O;
}

Associated Types

type O

Loading content...

Required methods

fn with_parameters(self, parameters: &'a Parameters) -> Self::O

Loading content...

Implementors

impl<'a, 'b, CUB> ParametersSupport<'b> for ExecuteStoredProcedureBuilder<'a, 'b, CUB> where
    CUB: CosmosUriBuilder
[src]

type O = ExecuteStoredProcedureBuilder<'a, 'b, CUB>

Loading content...