Struct boa::syntax::ast::keyword::KeywordError [−][src]
pub struct KeywordError;Trait Implementations
👎 Deprecated since 1.42.0:
use the Display impl or to_string()
👎 Deprecated since 1.33.0:
replaced by Error::source, which can support downcasting
The lower-level source of this error, if any. Read more
Auto Trait Implementations
impl RefUnwindSafe for KeywordError
impl Send for KeywordError
impl Sync for KeywordError
impl Unpin for KeywordError
impl UnwindSafe for KeywordError
Blanket Implementations
Mutably borrows from an owned value. Read more