Trait cassandra_protocol::frame::traits::TryFromRow
source · [−]pub trait TryFromRow: Sized {
fn try_from_row(row: Row) -> Result<Self>;
}
Required Methods
source
pub trait TryFromRow: Sized {
fn try_from_row(row: Row) -> Result<Self>;
}