mod impl_directive

module impl_directive

Implementation of the rust:impl:: directive

Structs

ImplDirective
name: String
options: Vec < DirectiveOption >
content: Vec < String >
items: Vec < Directive >

Impls

impl ImplDirective
fn from_item (parent_path : & str , item : & ItemImpl , inherited_visibility : & Option < & Visibility > ,) -> Directive
impl MdDirective for ImplDirective
fn get_md_text (self , fence_size : usize , max_visibility : & DirectiveVisibility) -> Vec < String >
fn fence_size (& self) -> usize
impl RstDirective for ImplDirective
fn get_rst_text (self , level : usize , max_visibility : & DirectiveVisibility) -> Vec < String >