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

pub fn draw_hollow_rect_mut<I>(image: &mut I, rect: Rect, color: I::Pixel) where
    I: GenericImage,
    I::Pixel: 'static, 

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