Derive Macro inspect::InspectMut
#[derive(InspectMut)]
{
// Attributes available to this derive:
#[inspect]
}
Expand description
Derives the InspectMut
trait for a struct or enum.
See the Inspect
derive macro for more details.