Function syntax::print::pprust::fun_to_str[src]
pub fn fun_to_str(decl: &FnDecl, fn_style: FnStyle, name: Ident, opt_explicit_self: Option<ExplicitSelf_>, generics: &Generics) -> String
pub fn fun_to_str(decl: &FnDecl, fn_style: FnStyle, name: Ident, opt_explicit_self: Option<ExplicitSelf_>, generics: &Generics) -> String
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).