Trait webidl_utils::extend::ExtendGenerics

source ·
pub trait ExtendGenerics<T> {
    // Required method
    fn new(body: T) -> Self;
}
Expand description

Extension methods for Generics

Required Methods§

source

fn new(body: T) -> Self

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<T> ExtendGenerics<T> for Generics<T>

source§

fn new(body: T) -> Self

Implementors§