1use crate::create_enum_with_fmt; 2 3create_enum_with_fmt!(WebsocketStreamURL, { 4 Base1 => "wss://stream.binance.com:9443", 5 Base2 => "wss://stream.binance.com:443" 6});