SymbolWithIdentifierRhs

Trait SymbolWithIdentifierRhs 

Source
pub trait SymbolWithIdentifierRhs<'a> {
    // Required method
    fn rhs_identifier(&self) -> Identifier<'a>;
}
Expand description

A WebIDL symbol with a left-hand side identifier

Required Methods§

Implementations on Foreign Types§

Source§

impl<'a> SymbolWithIdentifierRhs<'a> for ExtendedAttributeNamedArgList<'a>

Source§

impl<'a> SymbolWithIdentifierRhs<'a> for ImplementsDefinition<'a>

Source§

impl<'a> SymbolWithIdentifierRhs<'a> for IncludesStatementDefinition<'a>

Implementors§