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