Trait isotp_rs::IsoTpEventListener

source ·
pub trait IsoTpEventListener: Debug {
    type Channel;

    // Required method
    fn on_iso_tp_event(&self, channel: Self::Channel, event: IsoTpEvent<'_>);
}

Required Associated Types§

Required Methods§

source

fn on_iso_tp_event(&self, channel: Self::Channel, event: IsoTpEvent<'_>)

Implementors§