iced-yoda/runtime/src/widget.rs

6 lines
117 B
Rust
Raw Normal View History

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