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

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