SymbolWithOptionalIdentifier

Trait SymbolWithOptionalIdentifier 

Source
pub trait SymbolWithOptionalIdentifier<'a> {
    // Required methods
    fn identifier(&self) -> Option<Identifier<'a>>;
    fn has_identifier(&self) -> bool;
}
Expand description

A WebIDL symbol that may have an identifier

Required Methods§

Implementations on Foreign Types§

Source§

impl<'a> SymbolWithOptionalIdentifier<'a> for OperationInterfaceMember<'a>

Source§

impl<'a> SymbolWithOptionalIdentifier<'a> for OperationMixinMember<'a>

Source§

impl<'a> SymbolWithOptionalIdentifier<'a> for OperationNamespaceMember<'a>

Implementors§