Crate test_fuzz_runtime
source ·Re-exports§
pub use num_traits;
Modules§
Macros§
ty
- Type. Whenauto_impl!
is used in theauto!
macro, this should be just$ty
.trait
- Trait thatty
may or may not implement.expr
- Vector of values usingtrait
, shouldty
implement it. Inexpr
,T
should be used as the name of the type, not$ty
.