Type Alias makepad_widgets::makepad_platform::LiveRef
pub type LiveRef = Option<LivePtr>;Aliased Type§
enum LiveRef {
None,
Some(LivePtr),
}pub type LiveRef = Option<LivePtr>;enum LiveRef {
None,
Some(LivePtr),
}