pub fn serialize_forward_slashes<S>(
    path: &Utf8PathBuf,
    serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,
Available on crate feature summaries only.
Expand description

Serializes a path with forward slashes on Windows.