Skip to main content

OpenCommandPaneFloatingNearPluginResponse

Type Alias OpenCommandPaneFloatingNearPluginResponse 

Source
pub type OpenCommandPaneFloatingNearPluginResponse = Option<PaneId>;

Aliased Type§

pub enum OpenCommandPaneFloatingNearPluginResponse {
    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<OpenCommandPaneFloatingNearPluginResponse> for OpenCommandPaneFloatingNearPluginResponse

Source§

type Error = &'static str

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

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

Performs the conversion.