Struct impl_tools_lib::ForDeref
source · pub struct ForDeref { /* private fields */ }
Expand description
Autoimpl for types supporting Deref
Implementations§
source§impl ForDeref
impl ForDeref
sourcepub fn expand(self, item: TokenStream) -> TokenStream
pub fn expand(self, item: TokenStream) -> TokenStream
Expand over the given item
This attribute does not modify the item.
The caller should append the result to item
tokens.