Module from_sql

Source

Macros§

from_sql_integral 🔒

Enums§

FromSqlError
Enum listing possible errors from FromSql trait.

Traits§

FromSql
A trait for types that can be created from a SQLite value.

Type Aliases§

FromSqlResult
Result type for implementors of the FromSql trait.