Type Definition debugtrace::Result [] [src]

type Result<T, E> = Result<T, Trace<E>>;

Type-alias to make it easier to slot in tracing of errors.