[][src]Trait cassandra_proto::frame::traits::TryFromRow

pub trait TryFromRow: Sized {
    fn try_from_row(row: Row) -> Result<Self>;
}

Required methods

fn try_from_row(row: Row) -> Result<Self>

Loading content...

Implementors

Loading content...