pub trait StructAttributeFieldCount<const FIELD_COUNT: usize>: StructMeta { }
Expand description
A trait implemented for all structs with a count of fields.
NOTE: A generic parameter is used here which allows for optional further trait implementations.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.