Struct is_thirteen::Returns [−][src]
pub struct Returns<T>(pub T);
Expand description
Returns calls its closure and compares the returned value to thirteen.
Tuple Fields
0: TTrait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Returns<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Returns<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more