Trait webidl_utils::symbol::SymbolWithAttributes
source · pub trait SymbolWithAttributes<'a> {
// Required methods
fn attributes(self) -> Option<ExtendedAttributeList<'a>>;
fn has_attributes(&self) -> bool;
}
Expand description
A WebIDL symbol that may have 0 or more extended attributes