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.