pub type SpaceBuf = SpaceBytes<Vec<u8>>;
Owned Space bytes (analogous to String)
struct SpaceBuf { /* private fields */ }