Trait plotpy::GraphMaker[][src]

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

Required methods

Implementors