Trait runestick::Named[][src]

pub trait Named {
    const BASE_NAME: RawStr;
    fn full_name() -> String { ... }
}
Expand description

Something that is named.

Associated Constants

The generic name of the named thing.

Provided methods

The exact type name

Implementations on Foreign Types

Implementors