Trait cushy::styles::IntoDynamicComponentValue

source ·
pub trait IntoDynamicComponentValue {
    // Required method
    fn into_dynamic_component(self) -> Value<DynamicComponent>;
}
Expand description

A type that can convert into a Value containing a DynamicComponent.

Required Methods§

source

fn into_dynamic_component(self) -> Value<DynamicComponent>

Returns this type converted into a dynamic component value.

Implementors§