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

pub struct State { /* fields omitted */ }

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

Auto Trait Implementations

impl Send for State

impl Sync for State