pub trait App {
    const CLA: u8;
}
Expand description

Defines what we can consider an “App”

Associated Constants

App’s APDU CLA

Implementors