Expand description
Scope management for rust-loguru
- Timed execution scopes
- Indentation management
- Enter/exit tracking
- Performance timing
Structsยง
- Scope
Error - Error type for scope operations
- Scope
Guard - A guard that tracks the lifetime of a scope, measures timing, and manages indentation