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

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

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