Skip to main content

OpenCommandPaneInPlaceOfPluginResponse

Type Alias OpenCommandPaneInPlaceOfPluginResponse 

Source
pub type OpenCommandPaneInPlaceOfPluginResponse = Option<PaneId>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

Some(PaneId)

Some value of type T.

Trait Implementations§

Source§

impl TryFrom<OpenCommandPaneInPlaceOfPluginResponse> for OpenCommandPaneInPlaceOfPluginResponse

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_from( protobuf: ProtobufOpenCommandPaneInPlaceOfPluginResponse, ) -> Result<Self, Self::Error>

Performs the conversion.