[][src]Trait azure_sdk_cosmos::DatabaseSupport

pub trait DatabaseSupport<'a> {
    type O;
    fn with_database(self, database: &'a str) -> Self::O;
}

Associated Types

type O

Loading content...

Required methods

fn with_database(self, database: &'a str) -> Self::O

Loading content...

Implementors

Loading content...