Function dyon::write::write_variable [] [src]

pub fn write_variable<W>(w: &mut W,
                         rt: &Runtime,
                         v: &Variable,
                         escape_string: EscapeString,
                         tabs: u32)
                         -> Result<(), Error> where W: Write