Trait pgm::IntoStatement

source ·
pub trait IntoStatement<T>where
    T: ToStatement,{
    // Required method
    async fn into(self) -> impl Future<Output = Result<T, Error>>;
}

Required Methods§

source

async fn into(self) -> impl Future<Output = Result<T, Error>>

Implementors§