pub trait HirWrite: Write {
// Provided methods
fn start_location_link(&mut self, _location: ModuleDefId) { ... }
fn end_location_link(&mut self) { ... }
}
pub trait HirWrite: Write {
// Provided methods
fn start_location_link(&mut self, _location: ModuleDefId) { ... }
fn end_location_link(&mut self) { ... }
}