pub struct InterruptHandle { /* private fields */ }
Expand description

Allows interrupting a long-running computation.

Implementations

Interrupt the query currently executing on another thread. This will cause that query to fail with a SQLITE3_INTERRUPT error.

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.