Skip to main content

row_into

Function row_into 

Source
pub fn row_into<T: FromRow>(row: Row) -> QueryResult<T>
Expand description

Decode a single driver row into a typed model.

Returns a deserialization error if any column fails to decode or if the FromRow impl returns an error. No partial-result fallback.