Crate derive_no_bound

source ·
Expand description

Macros to derive common traits without bounds

Copied from frame support

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.