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