[][src]Function nonogrid::utils::pad

pub fn pad<T>(s: &T, max_size: usize, right: bool) -> String where
    T: Display