pub trait ForLockableState { }Expand description
Trait for states that can have FOR UPDATE/SHARE clauses applied. This is a subset of executable states - specifically those after filtering/ordering.
pub trait ForLockableState { }Trait for states that can have FOR UPDATE/SHARE clauses applied. This is a subset of executable states - specifically those after filtering/ordering.