Type Definition diesel::helper_types::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()