Crate documented

source ·

Enums§

  • Errors of documented.

Traits§

  • Adds an associated constant DOCS on your type containing its documentation, allowing you to access its documentation at runtime.
  • Adds an associated constant FIELD_DOCS on your type containing the documentation of its fields, allowing you to access their documentation at runtime.
  • Adds an associated function get_variant_docs to access the documentation on an enum variant.

Derive Macros§