pub trait IsAlphaOnly {
    const IS_ALPHA_ONLY: bool;
}
Expand description

A compile-time alpha-only marker variable.

Required Associated Constants§

Object Safety§

This trait is not object safe.

Implementors§