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

Required Methods

Implementations on Foreign Types

Implementors