pax-runtime 0.38.3

Core shared runtime and rendering engine for Pax
Documentation
1
2
3
4
#[cfg_attr(debug_assertions, derive(Debug))]
pub enum FormEvent {
    Toggle { state: bool },
}