Trait isotp_rs::IsoTpEventListener
source · pub trait IsoTpEventListener: Debug {
type Channel;
// Required method
fn on_iso_tp_event(&self, channel: Self::Channel, event: IsoTpEvent<'_>);
}pub trait IsoTpEventListener: Debug {
type Channel;
// Required method
fn on_iso_tp_event(&self, channel: Self::Channel, event: IsoTpEvent<'_>);
}