pub fn export_recursive<T: ExportableType + 'static + ?Sized>(
cfg: &ExportConfig,
seen: &mut HashSet<TypeId>,
export_one: &dyn Fn(&ExportConfig, &Path) -> Result<(), ExportError>,
) -> Result<(), ExportError>Expand description
Recursively export a type and all its dependencies.