Type Definition extemp::Result [] [src]

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

The result of calling a potentially-failing function.