[][src]Type Definition vrp_core::construction::constraints::AreaResolver

type AreaResolver = Arc<dyn Fn(&Actor) -> Option<&Vec<Vec<(f64, f64)>>> + Sync + Send>;

A function which returns operating area for given actor.