Macro smart_read::try_read
source · macro_rules! try_read { () => { ... }; ($input:expr) => { ... }; (= $($input:expr),*) => { ... }; }
Expand description
same as read!(), but returns a result
macro_rules! try_read { () => { ... }; ($input:expr) => { ... }; (= $($input:expr),*) => { ... }; }
same as read!(), but returns a result