Struct impl_tools_lib::ImplDefault
source · pub struct ImplDefault { /* private fields */ }
Expand description
#[impl_default]
attribute
Implementations§
source§impl ImplDefault
impl ImplDefault
sourcepub fn expand(self, item: TokenStream) -> TokenStream
pub fn expand(self, item: TokenStream) -> TokenStream
Expand over the given item
This attribute (in this form of invocation) does not modify the item.
The caller should append the result to item
tokens.