pub trait ForkSpawner {
// Required method
fn fork(&self) -> Box<dyn ForkCursor>;
}
Expand description
Used to fork a querying cursor into one of the documents linked to by a returned Entry.
pub trait ForkSpawner {
// Required method
fn fork(&self) -> Box<dyn ForkCursor>;
}
Used to fork a querying cursor into one of the documents linked to by a returned Entry.