pub fn serialize_option<'src, S, K>( recipe: &Option<K>, serializer: S, ) -> Result<S::Ok, S::Error>where S: Serializer, K: Keyed<'src>,