Enum rustc::middle::typeck::infer::region_inference::VarValue[src]
pub enum VarValue {
NoValue,
Value(Region),
ErrorValue,
}Variants
NoValue | |
Value | |
ErrorValue |
pub enum VarValue {
NoValue,
Value(Region),
ErrorValue,
}NoValue | |
Value | |
ErrorValue |
impl Repr for VarValue
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).