[][src]Function imageproc::drawing::draw_hollow_rect_mut

pub fn draw_hollow_rect_mut<C>(canvas: &mut C, rect: Rect, color: C::Pixel) where
    C: Canvas,
    C::Pixel: 'static, 

Draws as much of the boundary of a rectangle as lies inside the image bounds.