Trait webidl_utils::extend::ExtendFrozenArrayType

source ·
pub trait ExtendFrozenArrayType<'a> {
    // Required method
    fn new(ty: Type<'a>) -> Self;
}
Expand description

Extension methods for FrozenArrayType

Required Methods§

source

fn new(ty: Type<'a>) -> Self

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<'a> ExtendFrozenArrayType<'a> for FrozenArrayType<'a>

source§

fn new(ty: Type<'a>) -> Self

Implementors§