Skip to main content

FnExport

Type Alias FnExport 

Source
pub type FnExport = (String, Vec<(String, Ty)>, Ty);
Expand description

A function’s exported signature: (name, params, return_type).