Derive Macro uDebug

Source
#[derive(uDebug)]
Expand description

Automatically derive the uDebug trait for a struct or enum

Supported items

  • struct-s
  • enum-s

union-s are not supported