1
2
3
4
5
6

//! A module contains helpful traits.

pub use self::is_empty::IsEmpty;

pub mod is_empty;