Function dyon::write::write_expr [] [src]

pub fn write_expr<W: Write>(w: &mut W,
                            rt: &Runtime,
                            expr: &Expression,
                            tabs: u32)
                            -> Result<(), Error>