TinyStrLen

Trait TinyStrLen 

Source
pub trait TinyStrLen<const N: usize> {
    type Int: TinyStrInt;
}
Expand description

Helper trait to map between length N and the smallest TinyStrInt type that can store it.

See parser::tinystr.

Required Associated Types§

Implementations on Foreign Types§

Source§

impl TinyStrLen<2> for ()

Source§

impl TinyStrLen<3> for ()

Source§

impl TinyStrLen<4> for ()

Source§

impl TinyStrLen<5> for ()

Source§

impl TinyStrLen<6> for ()

Source§

impl TinyStrLen<7> for ()

Source§

impl TinyStrLen<8> for ()

Implementors§