Trait akita::FromRowExt[][src]

pub trait FromRowExt {
    fn from_long_row(row: Row) -> Self;
fn from_long_row_opt(row: Row) -> Result<Self, FromRowError>
    where
        Self: Sized
; }

Required methods

Implementors