Trait cassandra_protocol::frame::traits::TryFromRow

source ·
pub trait TryFromRow: Sized {
    // Required method
    fn try_from_row(row: Row) -> Result<Self>;
}

Required Methods§

source

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

Object Safety§

This trait is not object safe.

Implementors§