Enum rustc::middle::trans::_match::opt_result[src]
pub enum opt_result<'a> {
single_result(Result<'a>),
lower_bound(Result<'a>),
range_result(Result<'a>, Result<'a>),
}Variants
single_result | |
lower_bound | |
range_result |
pub enum opt_result<'a> {
single_result(Result<'a>),
lower_bound(Result<'a>),
range_result(Result<'a>, Result<'a>),
}single_result | |
lower_bound | |
range_result |
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).