mod impl_directive
- module impl_directive
Implementation of the
rust:impldirectiveStructs and Unions
- 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