[][src]Trait arwa::VibrationPattern

pub trait VibrationPattern: Seal {
    fn vibrate(self, navigator: &Navigator) -> bool;
}

Required methods

fn vibrate(self, navigator: &Navigator) -> bool

Loading content...

Implementations on Foreign Types

impl VibrationPattern for u32[src]

impl<'_> VibrationPattern for &'_ [u32][src]

Loading content...

Implementors

Loading content...