Trait plotpy::GraphMaker
source · [−]pub trait GraphMaker {
fn get_buffer<'a>(&'a self) -> &'a String;
}Expand description
Defines the trait used by Plot to add graph entities
pub trait GraphMaker {
fn get_buffer<'a>(&'a self) -> &'a String;
}Defines the trait used by Plot to add graph entities