[][src]Function hamcrest2::matchers::compared_to::less_than_or_equal_to

pub fn less_than_or_equal_to<T: PartialOrd + Debug>(
    right_hand_side: T
) -> ComparedTo<T>