pub trait CursorTrait {
type Selector: SelectorTrait;
}Expand description
A trait for any type that can be turn into a cursor
Required Associated Types§
Sourcetype Selector: SelectorTrait
type Selector: SelectorTrait
Select operation
pub trait CursorTrait {
type Selector: SelectorTrait;
}A trait for any type that can be turn into a cursor
Select operation