logo
pub fn pretty_print(
    f: &mut impl Write,
    e: &Element,
    indentation: usize
) -> Result