BoxedExchange

Type Alias BoxedExchange 

Source
pub type BoxedExchange = Box<dyn Exchange>;
Expand description

Type alias for a boxed Exchange trait object

Use this when you need owned, heap-allocated exchange instances.

Aliased Typeยง

pub struct BoxedExchange(/* private fields */);