pub trait PrimInt: PrimInt + NumAssign + Debug { }

Implementors§

source§

impl<T> PrimInt for Twhere T: PrimInt + NumAssign + Debug,