[][src]Type Definition branchy::Result

type Result<Nt, T> = Result<Vec<T>, Error<Nt, T>>;

On success - a vector containing only terminal values, on failure - an Error.