macro_rules! try_mapc {
($parser:expr, $ty:path { $($fields:tt)* }) => { ... };
}Expand description
Similar as mapc!, but with try_map.
macro_rules! try_mapc {
($parser:expr, $ty:path { $($fields:tt)* }) => { ... };
}Similar as mapc!, but with try_map.