Skip to main content

InputMode

Trait InputMode 

Source
pub trait InputMode {
    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 InputMode for Input

Source§

const RTC: bool = false

Source§

impl InputMode for InputOutput

Source§

const RTC: bool = false