[go: up one dir, main page]

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

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.