pub trait GraphMaker {
    fn get_buffer<'a>(&'a self) -> &'a String;
}
Expand description

Defines the trait used by Plot to add graph entities

Required Methods

Implementors