pub type ForUpdate<Source> = <Source as LockingDsl<ForUpdate>>::Output;
Expand description
Represents the return type of .for_update()
pub type ForUpdate<Source> = <Source as LockingDsl<ForUpdate>>::Output;
Represents the return type of .for_update()