pub fn fill_polygon<DB: DrawingBackend, S: BackendStyle>(
back: &mut DB,
vertices: &[BackendCoord],
style: &S,
) -> Result<(), DrawingErrorKind<DB::ErrorType>>
pub fn fill_polygon<DB: DrawingBackend, S: BackendStyle>(
back: &mut DB,
vertices: &[BackendCoord],
style: &S,
) -> Result<(), DrawingErrorKind<DB::ErrorType>>