BoxSpace

Type Alias BoxSpace 

Source
pub type BoxSpace<S> = WrappedElementSpace<S, Box<<S as Space>::Element>>;
Expand description

A wrapper space that boxes the elements of an inner space.

Aliased Type§

pub struct BoxSpace<S> { /* private fields */ }

Trait Implementations§

Source§

impl<S: Space + Display> Display for BoxSpace<S>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more