Struct InterruptHandle
Source pub struct InterruptHandle { }
Expand description
Allows interrupting a long-running computation.
Interrupt the query currently executing on another thread. This will
cause that query to fail with a SQLITE3_INTERRUPT error.
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.