pub type Type = TypeBase<NoRV>;
The type of a single value, that can be sent down a wire
pub struct Type(/* private fields */);