macro_rules! not_supported {
($exchange:expr, $operation:expr) => { ... };
}Expand description
Helper macro for operation not supported errors
macro_rules! not_supported {
($exchange:expr, $operation:expr) => { ... };
}Helper macro for operation not supported errors