logo
pub fn indentation<Prefix, Src, Postfix>(
    prefix: Prefix,
    src: Src,
    postfix: Postfix
) -> String where
    Prefix: AsRef<str>,
    Src: AsRef<str>,
    Postfix: AsRef<str>, 
Expand description

Add indentation to each line.