pub trait ShellMixerStreamSourcePairSpecification {
const MIXER_STREAM_SOURCE_PAIRS: &'static [ShellMixerStreamSourcePair];
}
Expand description
Specification for source pair of stream to mixer.
Required Associated Constants§
const MIXER_STREAM_SOURCE_PAIRS: &'static [ShellMixerStreamSourcePair]
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.