Trait mysql_macro::WithParams 
source · pub trait WithParams: Sized {
    // Required method
    fn with<P>(self, params: P) -> QueryWithParams<Self, P>;
}Expand description
Helper, that constructs QueryWithParams.
Required Methods§
fn with<P>(self, params: P) -> QueryWithParams<Self, P>
Object Safety§
This trait is not object safe.