pub fn nullable_string<T>(value: Option<T>) -> Valuewhere T: AsRef<str>,
Builds a nullable API string value.