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

pub struct Method<'a>(pub &'a FnDecl, pub usize);
🔬 This is a nightly-only experimental API. (rustdoc)

Wrapper struct for properly emitting a method declaration.

Trait Implementations

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

Formats the value using the given formatter. Read more