Macro duniter::command::unwrap_client
source ยท macro_rules! unwrap_client { ( $client:ident, $code:expr ) => { ... }; }
Expand description
Unwraps a crate::service::client::Client
into the concrete runtime client.
macro_rules! unwrap_client { ( $client:ident, $code:expr ) => { ... }; }
Unwraps a crate::service::client::Client
into the concrete runtime client.