Module tuxedo_core::support_macros
source · Expand description
These macros are copied from frame-support. Substrate maintainers are not open to putting them in a more sensible location. See https://github.com/paritytech/substrate/issues/13456
Derive Macros§
- Derive [
Clone] but do not bound any generic. Docs are atframe_support::CloneNoBound. - Derive [
Debug] but do not bound any generics. Docs are atframe_support::DebugNoBound. - derive
Defaultbut do no bound any generic. Docs are atframe_support::DefaultNoBound.