pub trait ExInteger: Copy {
    type ExternalTraitSpecificationFor: Integer;
}

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementors§