Struct defmt_decoder::Location [−][src]
This is supported on
unstable
only.Expand description
Location of a defmt log statement in the elf-file
Fields
file: PathBuf
line: u64
module: String
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Location
impl UnwindSafe for Location
Blanket Implementations
Mutably borrows from an owned value. Read more