pub type Reply = Option<Sendable>;
pub enum Reply { None, Some(Sendable), }
No value.
Some value of type T.
T