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