Trait IntoSchemaManagerConnection

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

Required Methods§

Implementations on Foreign Types§

Source§

impl<'c> IntoSchemaManagerConnection<'c> for &'c DatabaseConnection

Source§

impl<'c> IntoSchemaManagerConnection<'c> for &'c DatabaseTransaction

Implementors§