television_utils::input

Type Alias InputResponse

Source
pub type InputResponse = Option<StateChanged>;

Aliased Type§

enum InputResponse {
    None,
    Some(StateChanged),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(StateChanged)

Some value of type T.