Trait unimock::output::IntoReturnOnce

source ·
pub trait IntoReturnOnce<K: Kind> { }
Expand description

A type that can be converted into a Kind::Return that can be returned one time.

Implementors§