pub(crate) trait ChannelMergerNodeMethods<D: DomTypes> {
// Required method
fn Constructor(
global: &D::Window,
proto: Option<HandleObject<'_>>,
can_gc: CanGc,
context: &D::BaseAudioContext,
options: &ChannelMergerOptions,
) -> Fallible<DomRoot<D::ChannelMergerNode>>;
}
Required Methods§
fn Constructor( global: &D::Window, proto: Option<HandleObject<'_>>, can_gc: CanGc, context: &D::BaseAudioContext, options: &ChannelMergerOptions, ) -> Fallible<DomRoot<D::ChannelMergerNode>>
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.