[][src]Function diff_fmt::mask

pub fn mask<'a, T>(a: &'a T, b: &'a T) -> Mask<'a, T>

Creates a format object, to be formatted by any of the format! or print! macros

Requires that the objects format to the same length with the params supplied