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

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