| 45 | |
| 46 | |
| 47 | struct WriteToDatabase; |
| 48 | #[async_trait] |
| 49 | impl Handler<i64, User> for WriteToDatabase { |
| 50 | async fn handle(&self, session: &DatabaseSession, key: &i64, document: &User) -> Result<(), Stop> { |
nothing calls this directly
no outgoing calls
no test coverage detected