[][src]Type Definition feroxbuster::FeroxChannel

type FeroxChannel<T> = (UnboundedSender<T>, UnboundedReceiver<T>);

Generic mpsc::unbounded_channel type to tidy up some code