Trait rustc::middle::typeck::infer::lattice::TyLatticeDir[src]
pub trait TyLatticeDir {
fn ty_bot(&self, t: t) -> cres<t>;
}
Required Methods
Implementors
impl<'f> TyLatticeDir for Lub<'f>impl<'f> TyLatticeDir for Glb<'f>
pub trait TyLatticeDir {
fn ty_bot(&self, t: t) -> cres<t>;
}
impl<'f> TyLatticeDir for Lub<'f>impl<'f> TyLatticeDir for Glb<'f>
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).