[][src]Type Definition rune::Result

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

Result alias used by this frontend.