[][src]Trait seed_style_preview::CssDirectionTrait

pub trait CssDirectionTrait {
    fn direction_ltr(self) -> Style;
fn direction_rtl(self) -> Style;
fn direction<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssDirection>
; }

Required methods

fn direction_ltr(self) -> Style

fn direction_rtl(self) -> Style

fn direction<T>(self, val: T) -> Style where
    T: UpdateStyle<CssDirection>, 

Loading content...

Implementors

impl CssDirectionTrait for Style[src]

Loading content...