[][src]Type Definition syntax::parse::PResult

type PResult<'a, T> = Result<T, DiagnosticBuilder<'a>>;