pub trait AtspiProxy {
    const INTERFACE: Interface;
}

Required Associated Constants§

Object Safety§

This trait is not object safe.

Implementors§