pub trait AllowErrorFrames { // Required method fn allows_error_frames(&self) -> Result<bool, CanError>; }