pub trait ReactComponent: Send + Sync + 'static { }
Expand description

Tag trait for reactive components.

It is not recommended to add ReactComponent and Component to the same struct, as it will likely cause confusion.

Implementors§