pub trait OutputMode {
    const RTC: bool;
}

Required Associated Constants§

source

const RTC: bool

Object Safety§

This trait is not object safe.

Implementors§

source§

impl OutputMode for InputOutput

source§

const RTC: bool = false

source§

impl OutputMode for Output

source§

const RTC: bool = false