Trait plotly::plot::Trace[][src]

pub trait Trace {
    fn serialize(&self) -> String;
}
Expand description

A struct that implements Trace can be serialized to json format that is understood by Plotly.js.

Required methods

Implementors