Macro smart_read::try_read

source ·
macro_rules! try_read {
    () => { ... };
    ($input:expr) => { ... };
    (= $($input:expr),*) => { ... };
}
Expand description

same as read!(), but returns a result