Struct rustc::middle::resolve::Export2[src]
pub struct Export2 {
pub name: String,
pub def_id: DefId,
}Fields
name | |
def_id |
pub struct Export2 {
pub name: String,
pub def_id: DefId,
}name | |
def_id |
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).