Function rustc::middle::kind::check_builtin_bounds[src]
pub fn check_builtin_bounds(cx: &Context, ty: t, bounds: BuiltinBounds, any_missing: |BuiltinBounds|)
pub fn check_builtin_bounds(cx: &Context, ty: t, bounds: BuiltinBounds, any_missing: |BuiltinBounds|)
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).