Add types::BorrowedValue.

This commit is contained in:
John Gallagher
2016-05-23 21:48:56 -04:00
parent efc6c89370
commit c90cd37c00
2 changed files with 53 additions and 0 deletions

View File

@@ -58,7 +58,9 @@ pub use ffi::{SQLITE_INTEGER, SQLITE_FLOAT, SQLITE_TEXT, SQLITE_BLOB, SQLITE_NUL
pub use self::from_sql::FromSql;
pub use self::to_sql::ToSql;
pub use self::borrowed_value::BorrowedValue;
mod borrowed_value;
mod from_sql;
mod to_sql;
mod time;