[][src]Macro gstuff::try_s

macro_rules! try_s {
    ($e: expr) => { ... };
}

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