pub trait NavItemExt {
// Required method
fn child(self, item: Element<Li>) -> Self;
}Expand description
Wrapper to add nav items to a navbar.
This trait allows adding nav items to a ul element.
Required Methods§
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.