mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 19:32:29 +00:00
stores: Switch from dyn to impl and implement Sized
This commit is contained in:
@@ -22,7 +22,7 @@ pub(crate) enum ReportRequest {
|
||||
}
|
||||
|
||||
#[instrument(skip(req, cal_store))]
|
||||
pub async fn route_report_calendar<C: CalendarStore + ?Sized>(
|
||||
pub async fn route_report_calendar<C: CalendarStore>(
|
||||
path: Path<(String, String)>,
|
||||
body: String,
|
||||
user: User,
|
||||
|
||||
Reference in New Issue
Block a user