Skip to main content

collect_descriptors

Function collect_descriptors 

Source
fn collect_descriptors(
    tables: impl IntoIterator<Item = &'static Table>,
) -> Result<FastMap<McpTableId, &'static Table>, SchemaCatalogError>