marid::FnRunner
[−]
[src]
type FnRunner = Thunk<'static, Receiver<Signal>, Result<(), MaridError>>;
A Runner type that is constructed with a FnOnce closure.
type FnRunner = Thunk<'static, Receiver<Signal>, Result<(), MaridError>>;
A Runner type that is constructed with a FnOnce closure.