pub trait IntoSchemaManagerConnection<'c>: Send + 'c {
// Required method
fn into_schema_manager_connection(self) -> SchemaManagerConnection<'c>;
}Required Methods§
fn into_schema_manager_connection(self) -> SchemaManagerConnection<'c>
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".