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