Skip to main content

Reply

Type Alias Reply 

Source
pub type Reply = Option<Envelope>;
Expand description

Optional reply message returned by a Processor

Aliased Type§

pub enum Reply {
    None,
    Some(Envelope),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Envelope)

Some value of type T.