Macro gstuff::try_f

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

Returns on error, prepending the current location to a stringified error, then passing the string to From::from.