(&self, f: &mut Formatter<'_>)
| 254 | |
| 255 | impl Display for FluxTextEncoder { |
| 256 | fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { |
| 257 | write!(f, "FluxTextEncoder (local)") |
| 258 | } |
| 259 | } |
| 260 | |
| 261 | #[async_trait] |
nothing calls this directly
no outgoing calls
no test coverage detected