Struct rustdoc::html::format::Method [] [src]

pub struct Method<'a>(pub &'a FnDecl);
Unstable (rustdoc)

Wrapper struct for properly emitting a method declaration.

Trait Implementations

impl<'a> Display for Method<'a>
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.