pub trait StaticType: Default {
    const TYPE: &'static str;
}
Expand description

A static type prefix

Required Associated Constants§

source

const TYPE: &'static str

must be lowercase ascii [a-z] only, under 64 characters

Implementors§