Skip to main content

HumanReviewer

Type Alias HumanReviewer 

Source
pub type HumanReviewer = Arc<dyn Fn(&HumanReviewContext) -> Option<HumanReviewRequest> + Send + Sync>;

Aliased Typeยง

pub struct HumanReviewer { /* private fields */ }