[][src]Trait plotlib::style::Bar

pub trait Bar {
    fn fill<T>(&mut self, value: T) -> &mut Self
    where
        T: Into<String>
;
fn get_fill(&self) -> &Option<String>; }

Required methods

fn fill<T>(&mut self, value: T) -> &mut Self where
    T: Into<String>, 

fn get_fill(&self) -> &Option<String>

Loading content...

Implementors

impl Bar for Style[src]

Loading content...