Reply

Type Alias Reply 

Source
pub type Reply = Option<Sendable>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Sendable)

Some value of type T.