Macro clue_core::check

source ·
macro_rules! check {
    ($tocheck:expr) => { ... };
}
Expand description

Check whether tocheck is Ok or Err If it’s Ok it returns it If it’s Err it converts the error to a String and propagates it to the caller function