Trait webidl_utils::extend::ExtendType

source ·
pub trait ExtendType {
    // Required method
    fn single_any() -> Self;
}
Expand description

Extension methods for Type

Required Methods§

source

fn single_any() -> Self

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<'a> ExtendType for Type<'a>

source§

fn single_any() -> Self

Implementors§