Module ra_ap_hir_expand::name[][src]

Expand description

See Name.

Re-exports

pub use crate::name;
pub use crate::name;

Modules

Structs

Name is a wrapper around string, which is used in hir for both references and declarations. In theory, names should also carry hygiene info, but we are not there yet!

Traits