[][src]Trait azure_sdk_cosmos::ContinuationSupport

pub trait ContinuationSupport<'a> {
    type O;
    fn with_continuation(self, continuation: &'a str) -> Self::O;
}

Associated Types

type O

Loading content...

Required methods

fn with_continuation(self, continuation: &'a str) -> Self::O

Loading content...

Implementors

impl<'a, 'b, CUB> ContinuationSupport<'b> for ListDocumentsBuilder<'a, 'b, CUB> where
    CUB: CosmosUriBuilder
[src]

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

impl<'a, 'b, CUB, QuerySet> ContinuationSupport<'b> for QueryDocumentsBuilder<'a, 'b, CUB, QuerySet> where
    QuerySet: ToAssign,
    CUB: CosmosUriBuilder
[src]

type O = QueryDocumentsBuilder<'a, 'b, CUB, QuerySet>

Loading content...