Trait webidl_utils::symbol::SymbolWithGenerics
source · pub trait SymbolWithGenerics {
type GenericType;
// Required method
fn generics(self) -> Generics<Self::GenericType>;
}
Expand description
A WebIDL symbol with generic types