pub trait AlternateFunctionChoice {
    // Required method
    fn number() -> u32;
}
Expand description

All the different Alternate Functions you can choose implement this

Required Methods§

source

fn number() -> u32

Which Alternate Function (numbered 1 through 15) is this?

Implementors§