Searched defs:NoMatchingMethodFilter (Results 1 – 1 of 1) sorted by relevance
32 pub struct NoMatchingMethodFilter { struct36 impl NoMatchingMethodFilter { argument43 impl fmt::Display for NoMatchingMethodFilter { implementation49 impl std::error::Error for NoMatchingMethodFilter {} implementation54 fn try_from(m: Method) -> Result<Self, NoMatchingMethodFilter> { in try_from() argument