plotly-types 1.54.1-0.1.4

bindings for https://github.com/plotly/plotly.js
Documentation
1
2
3
4
5
6
7
8
9
use error_rules::*;

#[derive(Debug, Error)]
pub enum Error {
    #[error_from]
    Json(serde_json::Error),
    #[error_from]
    Io(std::io::Error),
}