pub type PassHook = Arc<dyn for<'a> Fn(&'a AttemptOutcome, &'a JudgeResult) -> PassHookFuture<'a> + Send + Sync>;Aliased Type§
pub struct PassHook { /* private fields */ }pub type PassHook = Arc<dyn for<'a> Fn(&'a AttemptOutcome, &'a JudgeResult) -> PassHookFuture<'a> + Send + Sync>;pub struct PassHook { /* private fields */ }