referrerpolicy=no-referrer-when-downgrade
frame_support

Derive Macro RuntimeDebugNoBound

Source
#[derive(RuntimeDebugNoBound)]
Expand description

Derive [Debug], if std is enabled it uses frame_support::DebugNoBound, if std is not enabled it just returns "<wasm:stripped>". This behaviour is useful to prevent bloating the runtime WASM blob from unneeded code.