pub fn serialize_module_path_vec<S>(
    xxs: &[Vec<String>],
    serializer: S
) -> Result<S::Ok, S::Error> where
    S: Serializer
Expand description

helper to serialize Vec of module paths