Type Definition diesel::dsl::Find [−][src]
pub type Find<Source, PK> = <Source as FindDsl<PK>>::Output;
Expand description
Represents the return type of .find(pk)
pub type Find<Source, PK> = <Source as FindDsl<PK>>::Output;
Represents the return type of .find(pk)