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