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