Added definition of type trait

This commit is contained in:
Denis Merigoux 2018-08-30 17:50:28 +02:00 committed by Eduard-Mihai Burtescu
parent 3e77f2fc4f
commit 5f28e0a0b6
7 changed files with 51 additions and 1 deletions

View file

@ -11,7 +11,9 @@
mod builder;
mod backend;
mod common;
mod type_;
pub use self::builder::BuilderMethods;
pub use self::backend::Backend;
pub use self::common::{CommonMethods, CommonWriteMethods};
pub use self::type_::TypeMethods;