Struct Subspace :: sus :: fn :: NonVoid

struct NonVoid
{ ... };

When used as the return type of the function signature in Fn, FnMut and FnOnce, the concepts will match against any return type from a functor except void.

Use Anything to include void as an accepted return type.

Static Methods

template <class T>
NonVoid(T&&)