pub type ExhaustiveSigneds<T> = Chain<Once<T>, PrimitiveIntUpDown<T>>;

Aliased Type§

struct ExhaustiveSigneds<T> { /* private fields */ }