[][src]Crate interprocess_traits

The interprocess-traits crate provides type traits to annotate types which have certain properties when used in a multiprocess environment.

Traits

ProcSend

Types which can be transferred across process boundary.

ProcSync

Types for which it is safe to share references between processes.