devela 0.27.0

A development layer of coherence.
Documentation
1
2
3
4
5
6
7
8
9
10
11
// devela::code::panic::_reexport_std

#[allow(unused_imports, reason = "re-exported from devela")]
use crate::{_reexport, _tags};

/* structs */

_reexport! { rust: std::panic, location: "code/panic", tag: _tags!(code),
    doc: "Passed to `std::panic::set_hook` where panics can have arbitrary payloads.",
    PanicHookInfo
}