fn make_nullary_fn(
clean_type: &Type,
) -> (Vec<RenderType>, Vec<RenderType>, Vec<Symbol>, Vec<Vec<RenderType>>)
Expand description
Create a fake nullary function.
Used to allow type-based search on constants and statics.
fn make_nullary_fn(
clean_type: &Type,
) -> (Vec<RenderType>, Vec<RenderType>, Vec<Symbol>, Vec<Vec<RenderType>>)
Create a fake nullary function.
Used to allow type-based search on constants and statics.