Type Definition pom::Result [] [src]

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

Parser result.