Skip to main content

SectionLike

Trait SectionLike 

Source
pub trait SectionLike {
    // Required methods
    fn id(&self) -> SectionId;
    fn payload(&self) -> &[u8] ;
    fn display(&self, verbose: bool) -> String;
}
Expand description

Common functions for a module section.

Required Methods§

Source

fn id(&self) -> SectionId

Source

fn payload(&self) -> &[u8]

Source

fn display(&self, verbose: bool) -> String

Implementors§