[][src]Function wiremock::matchers::method

pub fn method<T>(method: T) -> MethodExactMatcher where
    T: TryInto<Method>,
    <T as TryInto<Method>>::Error: Debug

Shorthand for MethodExactMatcher::new.