Trait termite::SystemLabel

source ·
pub trait SystemLabel {
    fn label(self) -> SystemLabelId;
}
Expand description

A label that can be used to identify a system.

Required Methods

Implementations on Foreign Types

Implementors