[][src]Trait seed_style_preview::CssMaxHeightTrait

pub trait CssMaxHeightTrait {
    fn max_height_auto(self) -> Style;
fn max_h_auto(self) -> Style;
fn max_height_none(self) -> Style;
fn max_h_none(self) -> Style;
fn max_height<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssMaxHeight>
;
fn max_h<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssMaxHeight>
; }

Required methods

fn max_height_auto(self) -> Style

fn max_h_auto(self) -> Style

fn max_height_none(self) -> Style

fn max_h_none(self) -> Style

fn max_height<T>(self, val: T) -> Style where
    T: UpdateStyle<CssMaxHeight>, 

fn max_h<T>(self, val: T) -> Style where
    T: UpdateStyle<CssMaxHeight>, 

Loading content...

Implementors

impl CssMaxHeightTrait for Style[src]

Loading content...