Trait GinormousTrait
bar
pub trait GinormousTrait { type A; type B; type C; type D; type E; type F; const N: usize; #[must_use] fn foo(); fn bar(); }
type A
type B
type C
type D
type E
type F
const N: usize
#[must_use]fn foo()
fn bar()