pub type SelectIntoResolver<'a> = dyn Fn(&Statement) -> Result<Value, TriggerError> + 'a;Expand description
v7.16.2 — callback shape the DO-block executor registers
on BodyCtx. Runs the supplied SELECT statement against
the engine, returns the first row’s first column.