Skip to main content

effect_label

Function effect_label 

Source
pub fn effect_label(e: &Effect) -> String
Expand description

Render an effect with its arg if present: fs_read("/tmp"), net("api.example.com"), or just io. Used by both signature rendering and effect-diff so the same string identifies the same effect in either context.