[][src]Type Definition sdlang::Result

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

The parsing result type, based on Error.