pub trait Addable { // Required method fn add_to(self, library: &mut Library); }
Trait for adding a definition to the library.