[][src]Trait pane::NamedWeightedPane

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

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

Required methods

fn named_weighted_pane(self) -> (Option<&'a str>, R::Scalar, Pane<R>)

Converts into a child Pane with a weight and optional name

Loading content...

Implementations on Foreign Types

impl<'a, R> NamedWeightedPane<'a, R> for (R::Scalar, Pane<R>) where
    R: Rectangle
[src]

impl<'a, R> NamedWeightedPane<'a, R> for (Option<&'a str>, R::Scalar, Pane<R>) where
    R: Rectangle
[src]

impl<'a, R> NamedWeightedPane<'a, R> for (&'a str, R::Scalar, Pane<R>) where
    R: Rectangle
[src]

impl<'a, R> NamedWeightedPane<'a, R> for &'a str where
    R: Rectangle
[src]

Loading content...

Implementors

impl<'a, R> NamedWeightedPane<'a, R> for Pane<R> where
    R: Rectangle
[src]

Loading content...