Trait pipewire_wrapper::core_api::proxy::Proxied
source · pub trait Proxied: RawWrapper {
// Required method
fn type_info() -> TypeInfo<'static>;
// Provided method
fn as_proxy(&self) -> &ProxyRef { ... }
}