pub trait InputType: PrimInt + Sync + Hash + Default + Unpin + Signed + Debug + Display { }
Expand description

This is the integer input type of the algorithm. i32 or i64.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl InputType for i32

source§

impl InputType for i64

Implementors§