pub type ColorBinding = Binding<ColorU>;
Aliased Type§
enum ColorBinding {
Value(ColorU),
Binding(PropertyBindingId),
}
Variants§
Value(ColorU)
Binding(PropertyBindingId)
Trait Implementations
Source§impl<T> From<PropertyBinding<T>> for Binding<T>
impl<T> From<PropertyBinding<T>> for Binding<T>
Source§fn from(binding: PropertyBinding<T>) -> Binding<T>
fn from(binding: PropertyBinding<T>) -> Binding<T>
Converts to this type from the input type.