Function implies

Source
pub fn implies(lhs: impl Into<Prop>, rhs: impl Into<Prop>) -> Prop
Expand description

The logical implication a ==> b.