macro_rules! quick_derive_struct {
($i:item) => { ... };
}
Expand description
Used for quick templating. Intended for use with auto-expanding tools, to generate boilerplate for a new Derive macro
macro_rules! quick_derive_struct {
($i:item) => { ... };
}
Used for quick templating. Intended for use with auto-expanding tools, to generate boilerplate for a new Derive macro