Trait gimli::write::Section

source ·
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.

Required Methods§

Returns the DWARF section kind for this type.

Provided Methods§

Returns the ELF section name for this type.

Implementors§