[][src]Trait seed_style_preview::CssTouchActionTrait

pub trait CssTouchActionTrait {
    fn touch_action<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssTouchAction>
; }

Required methods

fn touch_action<T>(self, val: T) -> Style where
    T: UpdateStyle<CssTouchAction>, 

Loading content...

Implementors

impl CssTouchActionTrait for Style[src]

Loading content...