Trait multiboot2_header::Tag
source · pub trait Tag: MaybeDynSized {
type IDType: PartialEq + Eq;
const ID: Self::IDType;
}Expand description
Extension of MaybeDynSized for Tags.
Required Associated Types§
Required Associated Constants§
Object Safety§
This trait is not object safe.