pub trait ComponentTypes {
type State;
type Obj;
}Expand description
Helper trait for naming types of the Component’s state and object for
the ComponentState implementation generated by
medea_macro::watchers.
pub trait ComponentTypes {
type State;
type Obj;
}Helper trait for naming types of the Component’s state and object for
the ComponentState implementation generated by
medea_macro::watchers.