Type Alias fdb_rl::cursor::CursorResultContinuation
source · pub type CursorResultContinuation = Arc<dyn Continuation + Send + Sync + 'static>;Expand description
A Continuation that is present within CursorResult and
returned when the Cursor advances.
Aliased Type§
struct CursorResultContinuation {
ptr: NonNull<ArcInner<dyn Continuation + Send + Sync>>,
phantom: PhantomData<ArcInner<dyn Continuation + Send + Sync>>,
alloc: Global,
}Fields§
§ptr: NonNull<ArcInner<dyn Continuation + Send + Sync>>§phantom: PhantomData<ArcInner<dyn Continuation + Send + Sync>>§alloc: Global