We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 570be72 commit bc6309eCopy full SHA for bc6309e
plugin/common/trait.rs
@@ -54,5 +54,7 @@ pub trait DatabaseAutoCreation: Clone + Send + Sync + 'static {
54
&self,
55
) -> impl Future<Output = Result<Vec<String>, AutoCreationError>> + Send;
56
57
+ fn init_data(&self) -> impl Future<Output = Result<(), AutoCreationError>> + Send;
58
+
59
fn verify_connection(&self) -> impl Future<Output = Result<(), AutoCreationError>> + Send;
60
}
0 commit comments