Function dyon::write::write_unop [] [src]

pub fn write_unop<W: Write>(
    w: &mut W,
    rt: &Runtime,
    unop: &UnOpExpression,
    tabs: u32
) -> Result<(), Error>