Type Definition peel::error::PeelResult [] [src]

type PeelResult<'a, T> = Result<T, PeelError>;

The result type for the Parsing