Skip to main content

euv_ui/component/input/hook/
struct.rs

1/// Input functionality for handling form input events.
2///
3/// Provides methods for creating toggle handlers, input value handlers,
4/// and focus/blur event handlers.
5#[derive(Clone, Copy, Debug, Default, Eq, Hash, Ord, PartialEq, PartialOrd)]
6pub struct UseEuvInput;