Trait wireplumber::pw::ToPipewirePropertyString
source · pub trait ToPipewirePropertyString {
type Output: AsRef<str>;
// Required method
fn pipewire_string(self) -> Self::Output;
}
pub trait ToPipewirePropertyString {
type Output: AsRef<str>;
// Required method
fn pipewire_string(self) -> Self::Output;
}