pub fn serialize_option<S: Serializer>(
path: &Option<PathBuf>,
s: S,
) -> Result<S::Ok, S::Error>Expand description
Serialize an Option<PathBuf> with forward slashes for cross-platform consistency.
ยงErrors
Returns any serializer error produced while writing the normalized optional path.