Type Definition diesel::dsl::Limit [−][src]
pub type Limit<Source> = <Source as LimitDsl>::Output;
Expand description
Represents the return type of .limit()
pub type Limit<Source> = <Source as LimitDsl>::Output;
Represents the return type of .limit()