Struct webdriver::server::Listener[][src]

pub struct Listener {
    pub socket: SocketAddr,
    // some fields omitted
}

Fields

Trait Implementations

impl Drop for Listener
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for Listener

impl Sync for Listener