Type Alias diesel::dsl::Limit

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

Represents the return type of .limit()