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