Function asexp::sexp::prettyprint [] [src]

pub fn prettyprint<W: Write>(
    sexp: &Sexp,
    f: &mut W,
    indent: usize,
    newline: bool
) -> Result<(), Error>