Skip to main content

SwapFloatingLayout

Type Alias SwapFloatingLayout 

Source
pub type SwapFloatingLayout = (BTreeMap<LayoutConstraint, Vec<FloatingPaneLayout>>, Option<String>);

Trait Implementations§

Source§

impl TryFrom<SwapFloatingLayout> for SwapFloatingLayout

Source§

type Error = &'static str

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

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

Performs the conversion.
Source§

impl TryFrom<SwapFloatingLayout> for SwapFloatingLayout

Source§

type Error = Error

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

fn try_from(layout: SwapFloatingLayout) -> Result<Self>

Performs the conversion.