Trait infrared::cmd::Command

source ·
pub trait Command {
    fn is_repeat(&self) -> bool;
}
Expand description

Command

Required Methods§

True if command is a repeat

Implementors§