pub fn serialize_vec<S: Serializer>(
paths: &[PathBuf],
s: S,
) -> Result<S::Ok, S::Error>Expand description
Serialize a Vec<PathBuf> with forward slashes for cross-platform consistency.
ยงErrors
Returns any serializer error produced while writing the normalized path list.