pub trait RobotBehavior: 'static {
type Instant: CrossPlatformInstant + Default;
type Motors: RobotMotorsBehavior;
type Network: RobotNetworkBehavior;
type Peripherals: RobotPeripheralsBehavior;
}pub trait RobotBehavior: 'static {
type Instant: CrossPlatformInstant + Default;
type Motors: RobotMotorsBehavior;
type Network: RobotNetworkBehavior;
type Peripherals: RobotPeripheralsBehavior;
}