pub type ExhaustiveSigneds<T> = Chain<Once<T>, PrimitiveIntUpDown<T>>;
struct ExhaustiveSigneds<T> { /* private fields */ }