Searched defs:FunType (Results 1 – 3 of 3) sorted by relevance
6 type FunType = impl Fn<()>; typedef
29 typedef float (*FunType)(float src0, float src1); typedef
282 enum FunType { enum398 fn return_type(&self, ctx: &AssistContext<'_>) -> FunType { in return_type()1700 impl FunType { impl