Skip to main content

OnFlagFn

Type Alias OnFlagFn 

Source
pub type OnFlagFn<'a, Ctx> = dyn Fn(&mut Ctx) -> Result<()> + 'a;