Skip to main content
ThreadArgument
osiris
0.1.0
Thread
Argument
Implementors
In osiris::
native::
stack
osiris
::
native
::
stack
Trait
Thread
Argument
Copy item path
pub trait ThreadArgument:
Send
+ 'static { }
Implementors
§
§
impl<T>
ThreadArgument
for T
where T:
Send
+ 'static,