pub trait Named {
    const NAME: &'static str;
}
Expand description

Defines the name of a type. This is useful for constructing error messages in a generic function.

Required Associated Constants

The name of Self.

Implementations on Foreign Types

The name of this type, as given by the stringify macro.

See the documentation for impl_named for more details.

The name of this type, as given by the stringify macro.

See the documentation for impl_named for more details.

The name of this type, as given by the stringify macro.

See the documentation for impl_named for more details.

The name of this type, as given by the stringify macro.

See the documentation for impl_named for more details.

The name of this type, as given by the stringify macro.

See the documentation for impl_named for more details.

The name of this type, as given by the stringify macro.

See the documentation for impl_named for more details.

The name of this type, as given by the stringify macro.

See the documentation for impl_named for more details.

The name of this type, as given by the stringify macro.

See the documentation for impl_named for more details.

The name of this type, as given by the stringify macro.

See the documentation for impl_named for more details.

The name of this type, as given by the stringify macro.

See the documentation for impl_named for more details.

The name of this type, as given by the stringify macro.

See the documentation for impl_named for more details.

The name of this type, as given by the stringify macro.

See the documentation for impl_named for more details.

The name of this type, as given by the stringify macro.

See the documentation for impl_named for more details.

The name of this type, as given by the stringify macro.

See the documentation for impl_named for more details.

The name of this type, as given by the stringify macro.

See the documentation for impl_named for more details.

The name of this type, as given by the stringify macro.

See the documentation for impl_named for more details.

The name of this type, as given by the stringify macro.

See the documentation for impl_named for more details.

Implementors