try_read

Macro try_read 

Source
macro_rules! try_read {
    ($($args:tt)*) => { ... };
}
Expand description

Same as read!(), but returns a result