Struct rustc::middle::ty::expected_found[src]
pub struct expected_found<T> {
pub expected: T,
pub found: T,
}Fields
expected | |
found |
pub struct expected_found<T> {
pub expected: T,
pub found: T,
}expected | |
found |
impl<T: Show> Show for expected_found<T>impl<T: Clone> Clone for expected_found<T>fn clone(&self) -> expected_found<T>fn clone_from(&mut self, source: &Self)
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).