Trait Addable

Source
pub trait Addable {
    // Required method
    fn add_to(self, library: &mut Library);
}
Expand description

Trait for adding a definition to the library.

Required Methods§

Source

fn add_to(self, library: &mut Library)

Implementors§