[][src]Module toql_mysql::row

Traits

FromResultRow

Trait to convert MySQL result row into Toql structs. This is implements by Toql Derive for all dervied structs.

Functions

from_query_result

Function to convert MySQL query result into Toql struct.

from_row

Function to convert MySQL query result row into Rust struct.