Function syntax::ext::deriving::generic::cs_and[src]
pub fn cs_and(enum_nonmatch_f: EnumNonMatchFunc, cx: &mut ExtCtxt, span: Span, substructure: &Substructure) -> Gc<Expr>
cs_binop with binop == and
pub fn cs_and(enum_nonmatch_f: EnumNonMatchFunc, cx: &mut ExtCtxt, span: Span, substructure: &Substructure) -> Gc<Expr>
cs_binop with binop == and
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).