pub type Space = SpaceBytes<[u8]>;
Explicitly Space bytes (analogous to [str])
struct Space { /* private fields */ }