Searched defs:RenderType (Results 1 – 4 of 4) sorted by relevance
77 ty: &mut RenderType, in build_index()98 ty: &mut RenderType, in build_index()373 fn get_index_type(clean_type: &clean::Type, generics: Vec<RenderType>) -> RenderType { in get_index_type()417 res: &mut Vec<RenderType>, in add_generics_and_bounds_as_types()420 fn insert_ty(res: &mut Vec<RenderType>, ty: Type, mut generics: Vec<RenderType>) { in add_generics_and_bounds_as_types()621 ) -> (Vec<RenderType>, Vec<RenderType>) { in get_fn_inputs_and_outputs()
112 pub(crate) struct RenderType { struct113 id: Option<RenderTypeId>, argument114 generics: Option<Vec<RenderType>>, argument117 impl Serialize for RenderType { implementation
97 enum RenderType enum
99 enum RenderType enum