pub type FunctionOverloads = Vec<(usize, Type, Type, FunctionOverload)>;

Aliased Type§

struct FunctionOverloads { /* private fields */ }