macro_rules! do_read {
($val:expr) => { ... };
() => { ... };
}Expand description
Shorthand for return DoRead(bool) or return DoRead(true) (empty invocation)
macro_rules! do_read {
($val:expr) => { ... };
() => { ... };
}Shorthand for return DoRead(bool) or return DoRead(true) (empty invocation)