mod impl_directive
- module impl_directive
Implementation of the
rust:impldirectiveFunctions
- fn nodes_for_impl(item: &ItemImpl) -> Vec<Node>
Generate docutils nodes for the impl block’s signature.
Structs and Unions
- struct ImplDirective
- name: String
- options: Vec<DirectiveOption>
- content: Vec<String>
- items: Vec<Directive>
Impls
- impl ImplDirective
- const DIRECTIVE_NAME: &'static str
- fn from_item(parent_path: &str, item: &ItemImpl, inherited_visibility: &Option<&Visibility>) -> Directive