[][src]Type Definition subparse::errors::Result

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

A result type that can be used wide for error handling.