Struct rustdoc::html::format::Method [−][src]
Wrapper struct for properly emitting a method declaration.
Fields
decl: &'a FnDecl
The declaration to emit.
name_len: usize
The length of the function's "name", used to determine line-wrapping.
indent: usize
The number of spaces to indent each successive line with, if line-wrapping is necessary.