raui_immediate_widgets::material::interactive

Function text_field_paper

source
pub fn text_field_paper<T: ToString + FromStr + Send + Sync>(
    value: &T,
    props: impl Into<Props>,
) -> (Option<T>, TextInputState, ImmediateButton)