scheduler
0.0.0
Host
Implementors
In scheduler::
thread_
per_
host
scheduler
::
thread_per_host
Trait
Host
Copy item path
source
pub trait Host:
Debug
+
Send
+ 'static { }
Implementors
§
source
§
impl<T>
Host
for T
where T:
Debug
+
Send
+ 'static,