iced-yoda/runtime/src/widget.rs
2025-08-23 05:15:57 +02:00

5 lines
117 B
Rust

//! Operate on widgets and query them at runtime.
pub mod operation;
#[cfg(feature = "selector")]
pub mod selector;