Type Alias diesel::helper_types::Limit

source ยท
pub type Limit<Source, DummyArgForAutoType = i64> = <Source as LimitDsl<DummyArgForAutoType>>::Output;
Expand description

Represents the return type of .limit()