Trait pwner::Process

source ·
pub trait Process { }
Expand description

The trait returned by Spawner::spawn_owned().

All implementations of Spawner must return a concrete instance capable of read/write.

Implementors