Skip to main content

IntoSchemaManagerConnection

Trait IntoSchemaManagerConnection 

Source
pub trait IntoSchemaManagerConnection<'c>: Send + 'c {
    // Required method
    fn into_schema_manager_connection(self) -> SchemaManagerConnection<'c>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§