[−][src]Function plotters::drawing::rasterizer::draw_rect
pub fn draw_rect<B: DrawingBackend, S: BackendStyle>(
b: &mut B,
upper_left: BackendCoord,
bottom_right: BackendCoord,
style: &S,
fill: bool
) -> Result<(), DrawingErrorKind<B::ErrorType>>