type LineCallback = Box<dyn Fn(&str) + Send>;
Callback type for line notifications.
struct LineCallback(/* private fields */);