pub type FrbHandler = SimpleHandler<SimpleExecutor<NoOpErrorListener, SimpleThreadPool, UnreachableAsyncRuntime>, NoOpErrorListener>;Expand description
SimpleHandler that uses NoOpErrorListener,
UnreachableAsyncRuntime and [SimpleThreadPool] with no threads.
Aliased Typeยง
pub struct FrbHandler { /* private fields */ }