Trait mysql::prelude::WithParams[][src]

pub trait WithParams: Sized {
    fn with<P>(self, params: P) -> QueryWithParams<Self, P>;
}
Expand description

Helper, that constructs QueryWithParams.

Required methods

Implementors