Skip to main content

BreakPanesToTabWithIdResponse

Type Alias BreakPanesToTabWithIdResponse 

Source
pub type BreakPanesToTabWithIdResponse = Option<usize>;

Aliased Type§

pub enum BreakPanesToTabWithIdResponse {
    None,
    Some(usize),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(usize)

Some value of type T.

Trait Implementations§

Source§

impl TryFrom<BreakPanesToTabWithIdResponse> for BreakPanesToTabWithIdResponse

Source§

type Error = &'static str

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

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

Performs the conversion.