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 at frame_support::CloneNoBound.
  • Derive [Debug] but do not bound any generics. Docs are at frame_support::DebugNoBound.
  • derive Default but do no bound any generic. Docs are at frame_support::DefaultNoBound.