[][src]Trait sqlx_core::arguments::IntoArguments

pub trait IntoArguments<'q, DB: HasArguments<'q>>: Sized + Send {
    fn into_arguments(self) -> <DB as HasArguments<'q>>::Arguments;
}

Required methods

fn into_arguments(self) -> <DB as HasArguments<'q>>::Arguments

Loading content...

Implementors

Loading content...