Struct defmt_decoder::Table [−][src]
pub struct Table { /* fields omitted */ }
This is supported on
unstable
only.Expand description
Internal table that holds log levels and maps format strings to indices
Implementations
NOTE caller must verify that defmt symbols are compatible with this version of the decoder
crate using the check_version
function
Parses an ELF file and returns the decoded defmt
table.
This function returns None
if the ELF file contains no .defmt
section.
Like parse
, but does not verify that the defmt version in the firmware matches the host.
CAUTION: This is meant for defmt/probe-run development only and can result in reading garbage data.
Iterates over the raw symbols of the table entries
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Table
impl UnwindSafe for Table