[][src]Function imageproc::drawing::draw_hollow_rect

pub fn draw_hollow_rect<I>(
    image: &I,
    rect: Rect,
    color: I::Pixel
) -> Image<I::Pixel> where
    I: GenericImage,
    I::Pixel: 'static, 

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