[][src]Function expectest::core::expect

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.