euv 0.1.1

A declarative, cross-platform UI framework for Rust with virtual DOM, reactive signals, and RSX macros for WebAssembly.
Documentation
1
2
3
4
use crate::*;

/// Type alias for the handler registry value.
pub(crate) type HandlerEntry = Rc<RefCell<Option<NativeEventHandler>>>;