pub trait SetAllowStatusFrames {
// Required method
fn allow_status_frames(&self, enable: bool) -> Result<(), CanError>;
}pub trait SetAllowStatusFrames {
// Required method
fn allow_status_frames(&self, enable: bool) -> Result<(), CanError>;
}