pub trait RunnableTrait: 'static + FnMut() -> RunnableResult { }

Implementors