Macro tc_cli::with_crypto_scheme[][src]

macro_rules! with_crypto_scheme {
    (
		$scheme:expr,
		$method:ident ( $($params:expr),* $(,)?) $(,)?
	) => { ... };
    (
		$scheme:expr,
		$method:ident<$($generics:ty),*>( $( $params:expr ),* $(,)?) $(,)?
	) => { ... };
}

Allows for calling $method with appropriate crypto impl.