(mut self, metadata: Option<FieldMetadata>)
| 327 | } |
| 328 | |
| 329 | fn output_metadata(mut self, metadata: Option<FieldMetadata>) -> Self { |
| 330 | self.output_metadata = metadata; |
| 331 | self |
| 332 | } |
| 333 | |
| 334 | pub fn human_display(mut self, name: impl Into<String>) -> Self { |
| 335 | let name = name.into(); |
no outgoing calls
no test coverage detected