pub fn write_mir_graphs<W: Write>( db: &dyn MirDb, module: ModuleId, w: &mut W, ) -> Result<()>
Writes mir graphs of functions in a module.
module