Skip to content

Commit a59ff7c

Browse files
committed
docs: _
1 parent 7a5e638 commit a59ff7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

v_exchanges/src/core.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ pub trait MarketTrait {
156156

157157

158158
//TODO!: figure out how can I expose one central `Market` enum, so client doesn't have to bring into the scope `MarketTrait` and deal with the exchange-specific `Market`'s type
159+
// Maybe [enum_dispatch](<https://docs.rs/enum_dispatch/latest/enum_dispatch/>) crate could help?
160+
159161
//#[derive(Debug, Clone, Copy)]
160162
//pub enum Market {
161163
// Binance(crate::binance::Market),

0 commit comments

Comments
 (0)