[][src]Trait seed_style_preview::CssFlexFlowTrait

pub trait CssFlexFlowTrait {
    fn flex_flow<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssFlexFlow>
; }

Required methods

fn flex_flow<T>(self, val: T) -> Style where
    T: UpdateStyle<CssFlexFlow>, 

Loading content...

Implementors

impl CssFlexFlowTrait for Style[src]

Loading content...