Trait access_db::WithParams
source · [−]pub trait WithParams {
fn with<P>(self, params: P) -> QueryWithParams<Self, P>;
}Expand description
Helper, that constructs QueryWithParams.
Required Methods
source
pub trait WithParams {
fn with<P>(self, params: P) -> QueryWithParams<Self, P>;
}Helper, that constructs QueryWithParams.