Function lamcal::inspect::and[][src]

pub fn and<LHS, RHS>(lhs: LHS, rhs: RHS) -> And<LHS, RHS>

Combines two given inspections into an And combinator inspection.

An inspection is any implementation of the Inspect trait.