Trait sqlx::IntoArguments

source ·
pub trait IntoArguments<'q, DB>: Sized + Sendwhere
    DB: HasArguments<'q>,{
    // Required method
    fn into_arguments(self) -> <DB as HasArguments<'q>>::Arguments;
}

Required Methods§

Implementors§