Skip to main content

OpenTerminalInPlaceResponse

Type Alias OpenTerminalInPlaceResponse 

Source
pub type OpenTerminalInPlaceResponse = Option<PaneId>;

Aliased Type§

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

Source§

type Error = &'static str

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

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

Performs the conversion.