Struct rustdoc::html::format::MethodExperimental
[-]
[+]
[src]
pub struct Method<'a>(pub &'a SelfTy, pub &'a FnDecl);
Wrapper struct for properly emitting a method declaration.