Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
pub struct W<T>(T);
pub type Wrapper<T> = W<T>;
pub trait Trait {
type T;
}