pub trait FromRow: Sized {
// Required method
fn from_row(row: Row) -> Result<Self, FromRowError>;
}
👎Deprecated since 0.15.0: Legacy deserialization API is inefficient and is going to be removed soon
Expand description
This trait defines a way to convert CQL Row into some rust type
👎Deprecated since 0.15.0: Legacy deserialization API is inefficient and is going to be removed soon
👎Deprecated since 0.15.0: Legacy deserialization API is inefficient and is going to be removed soon
👎Deprecated since 0.15.0: Legacy deserialization API is inefficient and is going to be removed soon
👎Deprecated since 0.15.0: Legacy deserialization API is inefficient and is going to be removed soon
👎Deprecated since 0.15.0: Legacy deserialization API is inefficient and is going to be removed soon
👎Deprecated since 0.15.0: Legacy deserialization API is inefficient and is going to be removed soon
👎Deprecated since 0.15.0: Legacy deserialization API is inefficient and is going to be removed soon
👎Deprecated since 0.15.0: Legacy deserialization API is inefficient and is going to be removed soon
👎Deprecated since 0.15.0: Legacy deserialization API is inefficient and is going to be removed soon
👎Deprecated since 0.15.0: Legacy deserialization API is inefficient and is going to be removed soon
👎Deprecated since 0.15.0: Legacy deserialization API is inefficient and is going to be removed soon
👎Deprecated since 0.15.0: Legacy deserialization API is inefficient and is going to be removed soon
👎Deprecated since 0.15.0: Legacy deserialization API is inefficient and is going to be removed soon
👎Deprecated since 0.15.0: Legacy deserialization API is inefficient and is going to be removed soon
👎Deprecated since 0.15.0: Legacy deserialization API is inefficient and is going to be removed soon
👎Deprecated since 0.15.0: Legacy deserialization API is inefficient and is going to be removed soon
👎Deprecated since 0.15.0: Legacy deserialization API is inefficient and is going to be removed soon