Function dyon::write::write_closure [] [src]

pub fn write_closure<W: Write>(w: &mut W,
                               rt: &Runtime,
                               closure: &Closure,
                               tabs: u32)
                               -> Result<(), Error>