Trait cushy::styles::IntoStoredComponent

source ·
pub trait IntoStoredComponent {
    // Required method
    fn into_stored_component(self) -> StoredComponent;
}
Expand description

A type that can be converted into a StoredComponent.

Required Methods§

source

fn into_stored_component(self) -> StoredComponent

Returns this value as a stored component.

Implementors§