Module parse_mediawiki_sql::from_sql [−][src]
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   | 
Type Definitions
| IResult |