Trait tiberius::StmtResult [] [src]

pub trait StmtResult<I: BoxableIo> {
    type Result: Sized;
    fn from_connection(
        _: SqlConnection<I>,
        _: Sender<SqlConnection<I>>
    ) -> Self::Result; }

A type which is constructable from a statement as a statement's result

Associated Types

Required Methods

Implementors