pub trait LuChar {
    type Int;
    type Error;
}

Required Associated Types

Implementors