Trait type_safe_id::StaticType

source ·
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. first character cannot be an underscore

Object Safety§

This trait is not object safe.

Implementors§