Module makepad_live_compiler::live_eval
source · Re-exports
pub use crate::live_error::LiveError;
pub use crate::live_registry::LiveRegistry;
pub use crate::live_node_vec::*;
pub use crate::live_node::*;
Modules
Macros
Structs
- A single-threaded reference-counting pointer. ‘Rc’ stands for ‘Reference Counted’.
- A
TypeId
represents a globally unique identifier for a type.