Skip to main content

GateFn

Type Alias GateFn 

Source
pub type GateFn<Row> = for<'a> fn(&StudyView<'a, Row>) -> (bool, String);
Expand description

A gate check: reads a study view of any lifetime, returns (passed, detail).