Trait gimli::write::Section [−][src]
pub trait Section<W: Writer>: DerefMut<Target = W> { fn id(&self) -> SectionId; fn name(&self) -> &'static str { ... } }
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.