Trait unimock::output::IntoReturn

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

A type that can be converted into a Kind::Return that can be returned any number of times.

Implementors§