1
2
3
4
5
6
7
8
9
#[doc(hidden)]
pub use backtrace;
/**
 * Copyright (c) 2020 Ayush Kumar Mishra
 *
 * This source code is licensed under the MIT License found in
 * the LICENSE file in the root directory of this source tree.
 */
pub use trace_caller_macro::trace;