termimad

Function fill_bg

source
pub fn fill_bg<W>(w: &mut W, len: usize, bg: Color) -> Result<(), Error>
where W: Write,