Type Definition parse_js::error::SyntaxResult

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