scheduler::thread_per_core

Trait Host

source
pub trait Host: Debug + Send { }

Implementors§

source§

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