☰
Trait Transmittable
Implementors
Other items in
ipc_queue
All crates
?
Trait
ipc_queue
::
Transmittable
[
−
]
[src]
pub trait Transmittable:
Copy
+
Sized
+
Default
{ }
Implementors
[src]
impl<T>
Transmittable
for T
where
T:
Copy
+
Sized
+
Default
,