Trait webidl_utils::SymbolWithOptionalIdentifier

source ·
pub trait SymbolWithOptionalIdentifier<'a> {
    // Required method
    fn identifier(&self) -> Option<Identifier<'a>>;
}
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§