Trait rsfbclient_core::FromRow[][src]

pub trait FromRow {
    fn try_from(row: Vec<Column>) -> Result<Self, FbError>
    where
        Self: Sized
; }
Expand description

Implemented for types that represents a list of values of columns

Required methods

Implementations on Foreign Types

For no columns

Implementors