Trait flow_component::LocalAwareSend
source · pub trait LocalAwareSend: Send { }
Expand description
A conditional trait that implements Send if the target is not wasm.
pub trait LocalAwareSend: Send { }
A conditional trait that implements Send if the target is not wasm.