Module parse_mediawiki_sql::from_sql[][src]

Expand description

Defines the FromSql trait and implements it for standard Rust types and for NotNan, so that they can be parsed from SQL syntax.

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 Definitions

IResult