pub trait HeadingContent: FlowContent { }Expand description
Heading content: elements that define the header of a section.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait HeadingContent: FlowContent { }Heading content: elements that define the header of a section.
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".