Skip to main content

exactly

Function exactly 

Source
pub fn exactly<T>(
    what: &T,
) -> impl FnOnce(&'static str, Option<T::Owned>) -> Result<(), Error> + use<'_, T>
where T: Debug + PartialEq + ToOwned + ?Sized,
Expand description

Expectation that the claim is present and has the given value.