Expand description
Contains support macros for supertrait.
Macros§
- set_
supertrait_ path - Allows you to override the module path where supertrait’s macros will look for necessary
re-exports (such as
macro_magic
).
Attribute Macros§
- impl_
supertrait - Must be attached to any impl statement involving a supertrait.
- supertrait
- Attach this attribute to a trait definition to transform it into a supertrait, able to make use of default associated types and const fn trait items (the latter with some limitations).