cargo_gazelle::targets

Trait Named

Source
trait Named: Debug {
    // Required method
    fn name(&self) -> &'static str;
}
Expand description

A hack for const generic strings.

Required Methods§

Source

fn name(&self) -> &'static str

Implementors§