devela_base_std 0.26.0

base std shared functionality for devela
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// devela_base_std::code::error::_reexport
//
//!
//

#[allow(unused_imports, reason = "symlinked from devela")]
use crate::{_TAG_DEBUG, _reexport};

_reexport! { rust: std::backtrace, location: "code/error", tag: _TAG_DEBUG!(),
    doc: "A captured OS thread stack backtrace.",
    Backtrace
}
_reexport! { rust: std::backtrace, location: "code/error", tag: _TAG_DEBUG!(),
    doc: "The current status of a backtrace.",
    BacktraceStatus
}