Trait bismuth::input::InputTransition [] [src]

pub trait InputTransition<E> where
    E: Element, 
{ fn transition(&self, element: E) -> Option<E::State>; }

Provides a transition state for an input element.

Required Methods

Gets the transition state of an input element.

Implementors