pub fn recursive_index(types: &dyn TypeDatabase, type_id: TypeId) -> Option<u32>Expand description
Extract the De Bruijn index if this is a recursive type reference.
pub fn recursive_index(types: &dyn TypeDatabase, type_id: TypeId) -> Option<u32>Extract the De Bruijn index if this is a recursive type reference.