wallee 0.2.5

Flexible concrete Error type built on std::error::Error with caller location tracking
Documentation
1
2
3
4
5
6
7
pub type Location = std::panic::Location<'static>;

macro_rules! caller {
    () => {
        *$crate::location::Location::caller()
    };
}