[][src]Type Definition lib3h::transport_wss::Bind

type Bind<T> = Box<dyn FnMut(&Url) -> TransportResult<Acceptor<T>>>;

A function that binds to a url and produces sockt acceptors of type T