Trait s2n_netbench::scenario::builder::connection::Connect
source · pub trait Connect<Endpoint> {
// Required method
fn connect_to(&self, handle: &Connection<Endpoint>) -> Client;
}pub trait Connect<Endpoint> {
// Required method
fn connect_to(&self, handle: &Connection<Endpoint>) -> Client;
}