Struct conrod::widget::text_box::State[][src]

pub struct State { /* fields omitted */ }

The State of the TextBox widget that will be cached within the Ui.

Auto Trait Implementations

impl Send for State

impl Sync for State