Skip to main content

ResetLine

Trait ResetLine 

Source
pub trait ResetLine:
    Sync
    + Send
    + 'static {
    // Required methods
    fn assert(&self);
    fn deassert(&self);
}

Required Methods§

Source

fn assert(&self)

Source

fn deassert(&self)

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§