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§
sourcefn into_stored_component(self) -> StoredComponent
fn into_stored_component(self) -> StoredComponent
Returns this value as a stored component.