[][src]Trait seed_style_preview::CssFlexWrapTrait

pub trait CssFlexWrapTrait {
    fn flex_wrap_no_wrap(self) -> Style;
fn flex_wrap_wrap_reverse(self) -> Style;
fn flex_wrap_wrap(self) -> Style;
fn flex_wrap_none(self) -> Style;
fn flex_wrap<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssFlexWrap>
; }

Required methods

fn flex_wrap_no_wrap(self) -> Style

fn flex_wrap_wrap_reverse(self) -> Style

fn flex_wrap_wrap(self) -> Style

fn flex_wrap_none(self) -> Style

fn flex_wrap<T>(self, val: T) -> Style where
    T: UpdateStyle<CssFlexWrap>, 

Loading content...

Implementors

impl CssFlexWrapTrait for Style[src]

Loading content...