Trait graplot::BarDescArg

source ·
pub trait BarDescArg {
    fn as_bar_desc(&self) -> Vec<BarDesc>;

    fn as_single_bar_desc(&self) -> BarDesc { ... }
}

Required Methods§

Provided Methods§

Implementations on Foreign Types§

Implementors§