pub trait ElementInto<T>: Space { fn elem_into(&self, element: Self::Element) -> T; }
Convert elements of the space into values of type T.
T
Convert an element into a value of type T.