Type Definition parse_js::error::SyntaxResult

source ·
pub type SyntaxResult<'a, T> = Result<T, SyntaxError<'a>>;