Trait webidl_utils::SymbolWithGenerics

source ·
pub trait SymbolWithGenerics {
    type GenericType;

    // Required method
    fn generics(self) -> Generics<Self::GenericType>;
}
Expand description

A WebIDL symbol with generic types

Required Associated Types§

Required Methods§

Implementations on Foreign Types§

source§

impl<'a> SymbolWithGenerics for DoubleTypedAsyncIterable<'a>

source§

impl<'a> SymbolWithGenerics for DoubleTypedIterable<'a>

source§

impl<'a> SymbolWithGenerics for MaplikeInterfaceMember<'a>

source§

impl<'a> SymbolWithGenerics for SetlikeInterfaceMember<'a>

source§

impl<'a> SymbolWithGenerics for SingleTypedAsyncIterable<'a>

source§

impl<'a> SymbolWithGenerics for SingleTypedIterable<'a>

source§

impl<'a> SymbolWithGenerics for FrozenArrayType<'a>

source§

impl<'a> SymbolWithGenerics for PromiseType<'a>

source§

impl<'a> SymbolWithGenerics for RecordType<'a>

source§

impl<'a> SymbolWithGenerics for SequenceType<'a>

Implementors§