pub type NeverType = NeverType;
This is a workaround solution to the never type in Rust. It will be replaced by ! once it is stable.
never
!
enum NeverType {}