pub fn params_with(
args: &impl JobArgs,
opts: InsertOpts,
) -> Result<InsertParams, AwaError>Expand description
Convenience: create InsertParams from a JobArgs impl with options.
pub fn params_with(
args: &impl JobArgs,
opts: InsertOpts,
) -> Result<InsertParams, AwaError>Convenience: create InsertParams from a JobArgs impl with options.