pub trait AutopilotHook: Send + Sync + 'static { // Required method fn register(&self, app: &mut App); }
Hook trait for registering concrete autopilot systems in the app crate.