vectorize_struct adds an procedural macro attribute that makes it possible to iterate over Trait Objects of every field of a Struct that implements a specific trait.
image:"rustlang/rust:nightly"test:cargo:script:-rustc --version && cargo --version# Print version info for debugging
-time cargo +nightly test --verbose --jobs 1 --release# Don't paralize to make errors more readable