1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-04-19 12:02:22 +03:00
Quentin Gliech 144de0deb2 storage: freeze the error type on BoxRepository
This avoids having to deal with traits bounds everywhere. It also moves
the `boxed()` method to the PgRepository, because it was unnecessary to
keep it on the `Repository` trait
2024-07-26 11:36:55 +02:00
..