1 2 3 4 5 6
#![crate_type = "lib"] #![crate_name = "foo"] pub struct Struct; pub trait Trait {} impl Trait for Struct {}