Overlooked this one: https://docs.rs/adbc_core/latest/adbc_core/trait.Connection.html#tymethod.cancel
This has the same problem as #20 as it's meant to cancel any operations in-flight on the connection (from other methods on Connection), which would also be borrowing it mutably.
Overlooked this one: https://docs.rs/adbc_core/latest/adbc_core/trait.Connection.html#tymethod.cancel
This has the same problem as #20 as it's meant to cancel any operations in-flight on the connection (from other methods on
Connection), which would also be borrowing it mutably.