Skip to main content

ButtonRepeatExtension

Trait ButtonRepeatExtension 

Source
pub trait ButtonRepeatExtension: Has<ButtonRepeat> {
    // Provided methods
    fn is_repeated(&self) -> bool { ... }
    fn is_not_repeated(&self) -> bool { ... }
}

Provided Methods§

Implementors§