Derive Macro mithril_doc::DocumenterDefault
#[derive(DocumenterDefault)]
{
// Attributes available to this derive:
#[example]
}
Expand description
To extract doc from a struct with Default trait.
#[derive(DocumenterDefault)]
{
// Attributes available to this derive:
#[example]
}
To extract doc from a struct with Default trait.