pub type OwnedCursor<P> = CursorImpl<StatementConnection<P>>;Expand description
A cursor which owns both its statement and its connection. It is generic over the type of
ownership of the connection. E.g. [SharedConnection] or just plain [Connection].
Aliased Typeยง
pub struct OwnedCursor<P> { /* private fields */ }