Trait scheduler::thread_per_host::Host

source ·
pub trait Host:
    Debug
    + Send
    + 'static { }

Implementors§

source§

impl<T> Host for T
where T: Debug + Send + 'static,