pub trait Trace {
// Required method
fn serialize(&self) -> String;
}Expand description
A struct that implements Trace can be serialized to json format that is understood by Plotly.js.
pub trait Trace {
// Required method
fn serialize(&self) -> String;
}A struct that implements Trace can be serialized to json format that is understood by Plotly.js.