Macros§
- auto_
deref auto_derefsimply fills inDerefandDerefMutfor any struct- thin_
wrap thin_wrapis 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.