Skip to main content

FirebirdClientDbEvents

Trait FirebirdClientDbEvents 

Source
pub trait FirebirdClientDbEvents: FirebirdClientDbOps {
    // Required method
    fn wait_for_event(
        &mut self,
        db_handle: &mut Self::DbHandle,
        name: String,
    ) -> Result<(), FbError>;
}
Expand description

Firebird base event API

Required Methods§

Source

fn wait_for_event( &mut self, db_handle: &mut Self::DbHandle, name: String, ) -> Result<(), FbError>

Wait for an event to be posted on database

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§