Macro test_fuzz_runtime::auto_impl [−][src]
macro_rules! auto_impl {
($ty : ty, $trait : path, $expr : expr) => { ... };
}Expand description
ty- Type. Whenauto_impl!is used in theauto!macro, this should be just$ty.trait- Trait thattymay or may not implement.expr- Vector of values usingtrait, shouldtyimplement it. Inexpr,Tshould be used as the name of the type, not$ty.
