pub trait SingleArgFnOnce<Arg>: FnOnce(Arg) -> Self::Output { type Output; }
Placeholder for FnOnce
FnOnce
The output type of the function.