logo
pub trait AsSystemLabel<Marker> {
    fn as_system_label(&self) -> SystemLabelId;
}
Expand description

Used to implicitly convert systems to their default labels. For example, it will convert “system functions” to their SystemTypeIdLabel.

Required Methods

Implementors