Trait webidl_utils::ExtendRecordType
source · pub trait ExtendRecordType<'a> {
// Required method
fn new(key: RecordKeyType<'a>, value: Type<'a>) -> Self;
}
Expand description
Extension methods for RecordType
Required Methods§
fn new(key: RecordKeyType<'a>, value: Type<'a>) -> Self
Object Safety§
This trait is not object safe.