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