// plotters-iced
//// Iced backend for Plotters
// Copyright: 2021, Joylei <leingliu@gmail.com>
// License: MIT
#[derive(Debug)]/// Indicates that some error occured within the Iced backend
pub(crate)enumError{}implstd::fmt::Display forError{fnfmt(&self, fmt:&mutstd::fmt::Formatter)->std::fmt::Result{write!(fmt,"{:?}",self)}}implstd::error::Error forError{}