This commit is contained in:
parent
f512d8307a
commit
eb27a71264
@ -65,10 +65,3 @@ impl<T: Topology> Clone for Box<dyn ApplicationFeature<T>> {
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
|
||||
#[async_trait]
|
||||
impl<T: Topology> ApplicationFeature<T> for BackupFeature {
|
||||
async fn ensure_installed(&self, _topology: &T) -> Result<(), String> {
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user