pub type BoxSpace<S> = WrappedElementSpace<S, Box<<S as Space>::Element>>;
A wrapper space that boxes the elements of an inner space.
pub struct BoxSpace<S> { /* private fields */ }