[][src]Type Definition pom::Result

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

Parser result, Result<O> ia alias of Result<O, pom::Error>.