macro_rules! internal {
($($t:tt)*) => { ... };
}
Expand description
A truly unexpected error, for which no handling behavior can be defined
macro_rules! internal {
($($t:tt)*) => { ... };
}
A truly unexpected error, for which no handling behavior can be defined