TypeAlias

Type Alias TypeAlias 

Source
pub type TypeAlias<T> = T;
Expand description

A simple alias to work around a lack of knowledge in certain contexts. See: https://github.com/rust-lang/rust/issues/86935