Crate supertrait_macros

Source
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).