Type Definition pom::Result [] [src]

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

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