Macros§
- auto_
deref auto_deref
simply fills inDeref
andDerefMut
for any struct- thin_
wrap thin_wrap
is a macro for creating a new struct that directly derefs into an inner struct.
auto_deref
simply fills in Deref
and DerefMut
for any structthin_wrap
is a macro for creating a new struct that directly derefs into an inner struct.