[][src]Trait seed_style_preview::CssOverflowXTrait

pub trait CssOverflowXTrait {
    fn overflow_x_visible(self) -> Style;
fn overflow_x_hidden(self) -> Style;
fn overflow_x_scroll(self) -> Style;
fn overflow_x_auto(self) -> Style;
fn overflow_x<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssOverflowX>
; }

Required methods

fn overflow_x_visible(self) -> Style

fn overflow_x_hidden(self) -> Style

fn overflow_x_scroll(self) -> Style

fn overflow_x_auto(self) -> Style

fn overflow_x<T>(self, val: T) -> Style where
    T: UpdateStyle<CssOverflowX>, 

Loading content...

Implementors

impl CssOverflowXTrait for Style[src]

Loading content...