pub fn expect<A>(value: A) -> ActualValue<A>Expand description
Creates a new instance of ActualValue using value.
This function intended to replace an expect! macro if desired.
pub fn expect<A>(value: A) -> ActualValue<A>Creates a new instance of ActualValue using value.
This function intended to replace an expect! macro if desired.