Type Alias StreamSetupFn

Source
pub type StreamSetupFn = dyn Fn(Result<TcpStream>) -> StreamSetupAction + Send + Sync;