Skip to main content

Integer

Trait Integer 

Source
pub trait Integer: Integer + Debug { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<I: Integer + Debug> Integer for I