Function rustc_typeck::middle::astencode::encode_closure_kindUnstable
[-] [+]
[src]
pub fn encode_closure_kind(ebml_w: &mut Encoder, kind: ClosureKind)
pub fn encode_closure_kind(ebml_w: &mut Encoder, kind: ClosureKind)
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, enum,
trait, typedef (or
tdef).