oops
All checks were successful
Run Check Script / check (pull_request) Successful in 1m47s

This commit is contained in:
Ian Letourneau 2025-07-01 15:19:17 -04:00
parent f512d8307a
commit eb27a71264

View File

@ -65,10 +65,3 @@ impl<T: Topology> Clone for Box<dyn ApplicationFeature<T>> {
todo!() todo!()
} }
} }
#[async_trait]
impl<T: Topology> ApplicationFeature<T> for BackupFeature {
async fn ensure_installed(&self, _topology: &T) -> Result<(), String> {
todo!()
}
}