summaryrefslogtreecommitdiffstats
path: root/src/tuice/component/properties.rs
blob: d44ab3688f68fd56b281dc4a9702810481023a46 (plain)
1
2
3
/// A trait that the properties of a [`Component`](super::Component)
/// should implement.
pub trait Properties: PartialEq {}