pub fn serialize_forward_slashes<S>(
path: &Utf8PathBuf,
serializer: S,
) -> Result<S::Ok, S::Error>where
S: Serializer,
Expand description
Serializes a path with forward slashes on Windows.
pub fn serialize_forward_slashes<S>(
path: &Utf8PathBuf,
serializer: S,
) -> Result<S::Ok, S::Error>where
S: Serializer,
Serializes a path with forward slashes on Windows.