pub trait NestedAttributes {
// Required method
fn nested_attributes_registry() -> &'static NestedAttributesRegistry;
}Expand description
Trait implemented by records that declare nested-attribute metadata.
Required Methods§
Sourcefn nested_attributes_registry() -> &'static NestedAttributesRegistry
fn nested_attributes_registry() -> &'static NestedAttributesRegistry
Returns nested-attribute metadata for the record.
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.