MCPcopy Index your code
hub / github.com/SoftbearStudios/bitcode / ungroup

Function ungroup

bitcode_derive/src/bound.rs:236–241  ·  view source on GitHub ↗
(mut ty: &syn::Type)

Source from the content-addressed store, hash-verified

234}
235
236fn ungroup(mut ty: &syn::Type) -> &syn::Type {
237 while let syn::Type::Group(group) = ty {
238 ty = &group.elem;
239 }
240 ty
241}

Callers 1

visit_fieldMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected