AllowErrorFrames

Trait AllowErrorFrames 

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

Required Methods§

Implementors§

Source§

impl<T: HasAllowErrorFrames + Channel> AllowErrorFrames for T