Trait stak_profiler::StackedRecord
source · pub trait StackedRecord: Record {
// Required methods
fn stack(&self) -> &Stack;
fn stack_mut(&mut self) -> &mut Stack;
}Expand description
A profile record with stack trace information.
Required Methods§
Object Safety§
This trait is not object safe.