Type Definition flo_http_ui::HttpEventSink [] [src]

type HttpEventSink = Box<Sink<SinkItem = Vec<Event>, SinkError = ()> + Send>;