Skip to main content

OutputMode

Trait OutputMode 

Source
pub trait OutputMode {
    const RTC: bool;
}

Required Associated Constants§

Source

const RTC: bool

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§

Source§

impl OutputMode for InputOutput

Source§

const RTC: bool = false

Source§

impl OutputMode for Output

Source§

const RTC: bool = false