pub trait NineDofClient {
// Required method
fn callback(&self, arg1: usize, arg2: usize, arg3: usize);
}Expand description
Client for receiving done events from the chip.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".