pub trait NamedWeightedPane<'a, R>where
    R: Rectangle,
{ fn named_weighted_pane(self) -> (Option<&'a str>, R::Scalar, Pane<R>); }
Expand description

Defines conversion into a child Pane with a weight and optional name

Required Methods

Converts into a child Pane with a weight and optional name

Implementations on Foreign Types

Implementors