Trait KerxEntryDataExt

Source
trait KerxEntryDataExt {
    // Required methods
    fn action_index(self) -> u16;
    fn is_actionable(&self) -> bool;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl KerxEntryDataExt for GenericStateEntry<EntryData>

Implementors§