pub type OnMissing = Box<dyn FnMut(&dyn Point, Vec<Link>) -> ShouldBreak>;
struct OnMissing(/* private fields */);