Skip to main content

SuiteEntry

Type Alias SuiteEntry 

Source
pub type SuiteEntry = (u8, &'static str, fn() -> u64);
Expand description

One row of SUITE_TABLE: (endpoint index, suite name, host fn).