macro_rules! cast_error {
() => { ... };
(@ source = $source:expr, $($fmt_arg:tt)*) => { ... };
(source = $source:expr, $($fmt_arg:tt)*) => { ... };
($($fmt_arg:tt)*) => { ... };
}
Expand description
Constructs a CastErrorInner
.
macro_rules! cast_error {
() => { ... };
(@ source = $source:expr, $($fmt_arg:tt)*) => { ... };
(source = $source:expr, $($fmt_arg:tt)*) => { ... };
($($fmt_arg:tt)*) => { ... };
}
Constructs a CastErrorInner
.