pub type BufferedCanReceiver = DynamicReceiver<'static, Result<Envelope, BusError>>;
Expand description
Receiver that can be used for receiving CAN frames. Note, each CAN frame will only be received by one receiver.
Aliased Typeยง
struct BufferedCanReceiver { /* private fields */ }