Crate netxclient

Source

Modules§

client
error
prelude

Macros§

call
impl_interface
Macro to create a Box<dyn $interface> that clones $client.
impl_owned_interface
Macro to create a Box<dyn $interface> without cloning $client.
impl_ref
Macro to create a struct for $interface that references $client.
impl_struct
Macro to create an implementation of $interface that clones $client.