Searched defs:IsNanMatcher (Results 1 – 1 of 1) sorted by relevance
27 struct IsNanMatcher<T>(PhantomData<T>); struct29 impl<T: Float + Debug> Matcher for IsNanMatcher<T> { implementation