Function string_overlap::overlap[][src]

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

Places foreground “on top of” background.