Trait cushy::styles::IntoComponentValue
source · pub trait IntoComponentValue {
// Required method
fn into_component_value(self) -> Value<Component>;
}
Expand description
A value that can be converted into a Value<Component>
.
Required Methods§
sourcefn into_component_value(self) -> Value<Component>
fn into_component_value(self) -> Value<Component>
Returns self
stored in a component value.