Struct is_thirteen::LessThan [−][src]
pub struct LessThan<T>(pub T);
Expand description
LessThan returns true if it is greater than 13.
Tuple Fields
0: TTrait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for LessThan<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for LessThan<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more