pub trait IntoSchemaManagerConnection<'c>: Send + 'c {
// Required method
fn into_schema_manager_connection(self) -> SchemaManagerConnection<'c>;
}Available on crate feature
migration only.pub trait IntoSchemaManagerConnection<'c>: Send + 'c {
// Required method
fn into_schema_manager_connection(self) -> SchemaManagerConnection<'c>;
}migration only.