pub trait InputMode {
    const RTC: bool;
}

Required Associated Constants§

source

const RTC: bool

Object Safety§

This trait is not object safe.

Implementors§

source§

impl InputMode for Input

source§

const RTC: bool = false

source§

impl InputMode for InputOutput

source§

const RTC: bool = false