Trait scsys_core::Named

source ·
pub trait Named {
    fn name() -> String;

    fn slug(&self) -> String { ... }
}
Expand description

Quickly derive elligible naming schematics for the desired structure

Required Methods

Provided Methods

Implementors