Derive Macro trait_based_collection_macros::All
source · [−]#[derive(All)]
Expand description
This macro encapsulates all the Derive macros for a Collection
. Currently it derives the
following traits:
Panics
This macro will panic if the input could not be properly parsed using the syn
crate.