[][src]Trait azure_sdk_cosmos::ParametersOption

pub trait ParametersOption<'a> {
    fn parameters(&self) -> Option<&'a Parameters>;

    fn generate_body(&self) -> String { ... }
}

Required methods

fn parameters(&self) -> Option<&'a Parameters>

Loading content...

Provided methods

fn generate_body(&self) -> String

Loading content...

Implementors

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

Loading content...