Trait BigTrait
bar
pub trait BigTrait { type A; #[must_use] fn foo(); fn bar(); fn baz(); fn quux(); fn frob(); fn greeble(); }
type A
#[must_use]fn foo()
fn bar()
fn baz()
fn quux()
fn frob()
fn greeble()