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