Crates.io | atspi-macros |
lib.rs | atspi-macros |
version | 0.4.0 |
source | src |
created_at | 2022-12-28 23:20:59.108491 |
updated_at | 2023-06-16 20:37:52.31042 |
description | Macros to assist in various impl blocks for the `atspi` crate. |
homepage | |
repository | https://github.com/odilia-app/atspi |
max_upload_size | |
id | 747037 |
size | 69,615 |
Crate that is home to proc-macros used in atspi
.
0.2.0
atspi_proxy
macro, replacing the zbus::dbus_proxy
macro. Note that internally, zbus::dbus_proxy
is called on the item being identified with the macro.
*
trait matching any trait used to generate a *Proxy
.*Blocking
trait matching any trait used to generate a *ProxyBlocking
.*
trait for *Proxy
.*Blocking
trait for *ProxyBlocking
.