[][src]Trait thirtyfour::sync::http_sync::connection_sync::RemoteConnectionSyncCreate

pub trait RemoteConnectionSyncCreate: Sized {
    fn create(remote_server_addr: &str) -> WebDriverResult<Self>;
}

Trait for creating a RemoteConnectionAsync trait object generically.

Required methods

fn create(remote_server_addr: &str) -> WebDriverResult<Self>

Loading content...

Implementors

impl RemoteConnectionSyncCreate for ReqwestDriverSync[src]

Loading content...