Trait servo_media_audio::graph::PortKind
source · pub trait PortKind {
type ParamId: Copy + Eq + PartialEq + Ord + PartialOrd + Hash + Debug;
type Listener: Copy + Eq + PartialEq + Ord + PartialOrd + Hash + Debug;
}
Required Associated Types§
type ParamId: Copy + Eq + PartialEq + Ord + PartialOrd + Hash + Debug
type Listener: Copy + Eq + PartialEq + Ord + PartialOrd + Hash + Debug
Object Safety§
This trait is not object safe.