pub type OpponentGenFn = fn(&OpponentGenCtx<'_>) -> Result<OpponentGenerationResult>;Expand description
Signature of an opponent-generation native fn.
pub type OpponentGenFn = fn(&OpponentGenCtx<'_>) -> Result<OpponentGenerationResult>;Signature of an opponent-generation native fn.