pub fn to_safe_string_opt<S>(
    s: &Option<String>,
    ser: S
) -> Result<S::Ok, S::Error>where
    S: Serializer,
Expand description