Struct rustdoc::html::format::MethodUnstable [-] [+] [src]

pub struct Method<'a>(pub &'a SelfTy, pub &'a FnDecl);

Wrapper struct for properly emitting a method declaration.

Trait Implementations

impl<'a> Display for Method<'a>

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