pub trait ChannelMergerNodeMethods<D>
where D: DomTypes,
{ // Required method fn Constructor( global: &<D as DomTypes>::Window, proto: Option<Handle<'_, *mut JSObject>>, can_gc: CanGc, context: &<D as DomTypes>::BaseAudioContext, options: &ChannelMergerOptions, ) -> Result<Root<Dom<<D as DomTypes>::ChannelMergerNode>>, Error>; }

Required Methods§

Source

fn Constructor( global: &<D as DomTypes>::Window, proto: Option<Handle<'_, *mut JSObject>>, can_gc: CanGc, context: &<D as DomTypes>::BaseAudioContext, options: &ChannelMergerOptions, ) -> Result<Root<Dom<<D as DomTypes>::ChannelMergerNode>>, Error>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§