Skip to main content

OpenFileInPlaceOfPluginResponse

Type Alias OpenFileInPlaceOfPluginResponse 

Source
pub type OpenFileInPlaceOfPluginResponse = Option<PaneId>;

Aliased Type§

pub enum OpenFileInPlaceOfPluginResponse {
    None,
    Some(PaneId),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(PaneId)

Some value of type T.