Function mockers::matchers::and [] [src]

pub fn and<T: Debug, M0: MatchArg<T>, M1: MatchArg<T>>(matcher0: M0,
                                                       matcher1: M1)
                                                       -> AndMatchArg<T, M0, M1>