(&self, f: &mut std::fmt::Formatter<'_>)
| 70 | |
| 71 | impl std::fmt::Display for Transformer { |
| 72 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { |
| 73 | write!(f, "{} (local)", &self.name) |
| 74 | } |
| 75 | } |
| 76 | |
| 77 | #[async_trait] |
nothing calls this directly
no outgoing calls
no test coverage detected