Trait cargo_gazelle::targets::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§