[][src]Trait cm_telemetry::TelemetryEvent

pub trait TelemetryEvent {
    fn from_packet(packet: &TelemetryPacket) -> Result<Self, Box<dyn Error>>
    where
        Self: Sized
; }

TelemetryEvent specifies a way to serialize itself from a Packet

Required methods

fn from_packet(packet: &TelemetryPacket) -> Result<Self, Box<dyn Error>> where
    Self: Sized

Loading content...

Implementors

impl TelemetryEvent for F1_2020[src]

impl TelemetryEvent for DirtRally2[src]

Loading content...