Type Definition swc_ecma_parser::PResult
source · pub type PResult<T> = Result<T, Error>;
Expand description
When error occurs, error is emitted and parser returns Err(()).
pub type PResult<T> = Result<T, Error>;
When error occurs, error is emitted and parser returns Err(()).