Function overlap

Source
pub fn overlap<B, F>(background: B, foreground: F) -> String
where B: Display, F: Display,
Expand description

Places foreground “on top of” background.