Trait hadean::ProcessSend [] [src]

pub trait ProcessSend: Serialize + 'static {
    fn processsendable_write<W: Write>(&self, writer: &mut W);
}

Can be sent from a process to another.

Required Methods

Serialisation

Implementors