(&self, f: &mut Formatter<'_>)
| 17 | |
| 18 | impl Display for VAE { |
| 19 | fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { |
| 20 | write!(f, "VAE (local)") |
| 21 | } |
| 22 | } |
| 23 | |
| 24 | #[async_trait] |
nothing calls this directly
no outgoing calls
no test coverage detected