dav: add default implementation for save_resource

This commit is contained in:
Lennart
2024-11-03 23:17:57 +01:00
parent f2d39e3351
commit e9dc8e01d5
7 changed files with 3 additions and 25 deletions

View File

@@ -171,8 +171,4 @@ impl<A: AddressbookStore + ?Sized> ResourceService for PrincipalResourceService<
})
.collect())
}
async fn save_resource(&self, _file: Self::Resource) -> Result<(), Self::Error> {
Err(Error::NotImplemented)
}
}