Expand description

Defines the FromSql trait and implements it for external types.

Traits

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 Definitions