#[derive(DefaultNoBound)]
{
    // Attributes available to this derive:
    #[default]
}
Expand description

derive Default but do no bound any generic. Docs are at frame_support::DefaultNoBound.