Trait pgsql_builder::Statement [] [src]

pub trait Statement<'a> {
    fn into_query(self) -> Query<'a>;
}

Required Methods

Implementors