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

Required Methods

Implementations on Foreign Types

Implementors