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>;
}

Required Associated Types§

Required Methods§

Implementations on Foreign Types§

source§

impl SpaPropertyKey for str

Implementors§