Skip to main content

luaur_common/methods/
scope_scope_time_trace_alt_b.rs

1use crate::records::scope::Scope;
2
3impl Scope {
4    pub fn drop(&mut self) {
5        // TimeTrace is disabled/stubbed by default.
6    }
7}