Macro gstuff::try_s

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

Returns on error, converting the Err value to String and prepending the current location.

cf. http://www.reddit.com/r/rust/comments/29wwzw/error_handling_and_result_types/cipcm9a