Re-exports

pub use crate::command::Command;
pub use crate::types::AppResult;
pub use crate::types::Error;
pub use crate::types::Message;

Traits

trait interface for a CTAPHID application. The application chooses which commands to register to, and will be called upon when the commands are received in the CTAPHID layer. Only one application can be registered to a particular command.