pub trait ExpectServicesFromConn {
    // Required method
    fn expect_services_from_conn(&self) -> bool;
}

Required Methods§

Implementors§