Enums§
- Errors of
documented.
Traits§
- Adds an associated constant
DOCSon your type containing its documentation, allowing you to access its documentation at runtime. - Adds an associated constant
FIELD_DOCSon your type containing the documentation of its fields, allowing you to access their documentation at runtime. - The optional variant of
DocumentedFields. - The optional variant of
Documented. - Adds an associated function
get_variant_docsto access the documentation on an enum variant. - The optional variant of
DocumentedVariants.
Attribute Macros§
- Macro to extract the documentation on any item that accepts doc comments and store it in a const variable.
Derive Macros§
- Derive proc-macro for
Documentedtrait. - Derive proc-macro for
DocumentedFieldstrait. - Derive proc-macro for
DocumentedFieldsOpttrait. - Derive proc-macro for
DocumentedOpttrait. - Derive proc-macro for
DocumentedVariantstrait. - Derive proc-macro for
DocumentedVariantsOpttrait.