[][src]Trait seed_style_preview::CssCursorTrait

pub trait CssCursorTrait {
    fn cursor_auto(self) -> Style;
fn cursor_crosshair(self) -> Style;
fn cursor_default(self) -> Style;
fn cursor_pointer(self) -> Style;
fn cursor_move(self) -> Style;
fn cursor_e_resize(self) -> Style;
fn cursor_ne_resize(self) -> Style;
fn cursor_nw_resize(self) -> Style;
fn cursor_n_resize(self) -> Style;
fn cursor_se_resize(self) -> Style;
fn cursor_sw_resize(self) -> Style;
fn cursor_s_resize(self) -> Style;
fn cursor_w_resize(self) -> Style;
fn cursor_text(self) -> Style;
fn cursor_wait(self) -> Style;
fn cursor_help(self) -> Style;
fn cursor_progress(self) -> Style;
fn cursor<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssCursor>
; }

Required methods

fn cursor_auto(self) -> Style

fn cursor_crosshair(self) -> Style

fn cursor_default(self) -> Style

fn cursor_pointer(self) -> Style

fn cursor_move(self) -> Style

fn cursor_e_resize(self) -> Style

fn cursor_ne_resize(self) -> Style

fn cursor_nw_resize(self) -> Style

fn cursor_n_resize(self) -> Style

fn cursor_se_resize(self) -> Style

fn cursor_sw_resize(self) -> Style

fn cursor_s_resize(self) -> Style

fn cursor_w_resize(self) -> Style

fn cursor_text(self) -> Style

fn cursor_wait(self) -> Style

fn cursor_help(self) -> Style

fn cursor_progress(self) -> Style

fn cursor<T>(self, val: T) -> Style where
    T: UpdateStyle<CssCursor>, 

Loading content...

Implementors

Loading content...