Crate doc_for_derive

Crate doc_for_derive 

Source
Expand description

§doc_for_derive

Derive macro for doc_for crate, not intended to be used directly. See the doc_for documentation for more information.

Attribute Macros§

doc_impl
Derives the DocFor trait and doc_for_field method for a type.

Derive Macros§

DocDyn
Derives the DocDyn trait for an enum type, providing doc_dyn method. Does not strip leading whitespaces.
DocFor
Derives the DocFor trait and doc_for_field method for a type. Does not strip leading whitespaces.