Skip to main content

AttributeStaticType

Trait AttributeStaticType 

Source
pub trait AttributeStaticType {
    const TYPE: AttributeType;
}
Expand description

A static type for an Attribute.

Required Associated Constants§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§