pub trait Encoder { // Required method fn get_state(&mut self) -> Datum<State>; }
A trait for encoders.
Get the current acceleration, velocity, and position and the time at which they were recorded.