pub trait Section<W: Writer>: DerefMut<Target = W> {
fn id(&self) -> SectionId;
fn name(&self) -> &'static str { ... }
}Expand description
Functionality common to all writable DWARF sections.
pub trait Section<W: Writer>: DerefMut<Target = W> {
fn id(&self) -> SectionId;
fn name(&self) -> &'static str { ... }
}Functionality common to all writable DWARF sections.