Module from_sql

Source
Expand description

Defines the FromSql trait and implements it for external types.

Traits§

FromSql
Trait for converting from the SQL syntax for a simple type (anything other than a tuple) to a Rust type, which can borrow from the string or not. Used by schemas::FromSqlTuple.

Type Aliases§

IResult