Type Definition plotters::prelude::DrawResult

source · []
pub type DrawResult<T, D: DrawingBackend> = Result<T, DrawingAreaErrorKind<D::ErrorType>>;
Expand description

The type used to returns a drawing operation that can be failed

  • T: The return type
  • D: The drawing backend type