Type Alias OrderPool1024

Source
pub type OrderPool1024 = OrderPool<1024>;
Expand description

Order pool with capacity for 1024 orders

Aliased Typeยง

pub struct OrderPool1024 { /* private fields */ }