SetAllowStatusFrames

Trait SetAllowStatusFrames 

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

Required Methods§

Implementors§

Source§

impl<T: HasSetAllowStatusFrames + Channel> SetAllowStatusFrames for T