I have two traits and a struct:
pub trait A {} pub trait B {} struct S { a: T }
I can define a method for S
S