Macro sgx_build_helper::t[][src]

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

A helper macro to unwrap a result except also print out details like:

This is currently used judiciously throughout the build system rather than using a Result with try!, but this may change one day...