Trait scheduler::thread_per_core::Host

source ·
pub trait Host: Debug + Send { }

Implementors§

source§

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