pub fn serialize_fact_doc_ref_map<S>( map: &HashMap<FactPath, String>, serializer: S, ) -> Result<S::Ok, S::Error>where S: Serializer,
Custom serializer for HashMap<FactPath, String> (document references)