Trait botanist::Context[][src]

pub trait Context {
    type DB;
    type Connection;
    fn get_connection<'a>(&'a self) -> &'a Self::Connection;
}

Associated Types

Loading content...

Required methods

fn get_connection<'a>(&'a self) -> &'a Self::Connection[src]

Loading content...

Implementors

Loading content...