Trait wireplumber::pw::SpaPropertyKey
source · pub trait SpaPropertyKey: Debug {
type Error: Debug;
// Required method
fn spa_property_key_with_table(
&self,
table: Option<SpaIdTable>
) -> Result<WpSpaType, Self::Error>;
}