Skip to main content

walk

Function walk 

Source
pub fn walk(
    request: &GenerateRequestView<'_>,
    type_map: &mut TypeMap,
) -> Result<CatalogInfo, Error>
Expand description

Walk the catalog, register discovered custom types into type_map, return info for codegen.