Skip to main content

GateFn

Type Alias GateFn 

Source
pub type GateFn = fn(&GateCtx, &[String]) -> GateResult;
Expand description

The implementation shape shared by every gate.