Trait mysql_async::prelude::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§

source

fn with<P>(self, params: P) -> QueryWithParams<Self, P>

Object Safety§

This trait is not object safe.

Implementors§