Trait consecuit::construction::types::ComponentProps[][src]

pub trait ComponentProps: PartialEq + Clone + 'static + Sealed { }
Expand description

An alias for PartialEq + Clone + 'static. Sealed.

Implementors