Struct parse_js::symbol::ScopeFlags
source · pub struct ScopeFlags(_);Trait Implementations§
source§impl BitOr<ScopeFlag> for ScopeFlags
impl BitOr<ScopeFlag> for ScopeFlags
source§impl BitOr<ScopeFlags> for ScopeFlag
impl BitOr<ScopeFlags> for ScopeFlag
§type Output = ScopeFlags
type Output = ScopeFlags
The resulting type after applying the
| operator.