[−][src]Type Definition plotters::prelude::DrawResult
type DrawResult<T, D: DrawingBackend> = Result<T, DrawingAreaErrorKind<D::ErrorType>>;
The type used to returns a drawing operation that can be failed
T
: The return typeD
: The drawing backend type