Trait webidl_utils::extend::ExtendType
source · pub trait ExtendType {
// Required method
fn single_any() -> Self;
}
Expand description
Extension methods for Type
Required Methods§
fn single_any() -> Self
Object Safety§
This trait is not object safe.