pub type TypeAlias<T> = T;
A simple alias to work around a lack of knowledge in certain contexts. See: https://github.com/rust-lang/rust/issues/86935