Type Definition throw::Result[][src]

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

Result alias for a result containing a throw::Error.