pub type RustType = Box<str>;
A Rust type name or path.
Should be a global path (not relative).
pub struct RustType(/* private fields */);