pub fn exactly<T>( what: &T, ) -> impl FnOnce(&'static str, Option<T::Owned>) -> Result<(), Error> + use<'_, T>where T: Debug + PartialEq + ToOwned + ?Sized,
Expectation that the claim is present and has the given value.