pub struct Matrix([[T; N]; M]); pub type Vector = Matrix; // @has "impl_alias_substituted/struct.Matrix.html" '//*[@class="impl"]//h3[@class="code-header"]' \ // "impl Matrix" impl Vector { pub fn test() {} }