Trait sea_orm::CursorTrait
source · pub trait CursorTrait {
type Selector: SelectorTrait + Send + Sync;
}
Expand description
A trait for any type that can be turn into a cursor
Required Associated Types§
sourcetype Selector: SelectorTrait + Send + Sync
type Selector: SelectorTrait + Send + Sync
Select operation