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