SetAllowErrorFrames

Trait SetAllowErrorFrames 

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

Required Methods§

Implementors§

Source§

impl<T: HasSetAllowErrorFrames + Channel> SetAllowErrorFrames for T