Skip to main content

OpExtConnect

Trait OpExtConnect 

Source
pub trait OpExtConnect {
    // Required methods
    fn fixed_fd(&self) -> u32;
    fn ysaddr(&self) -> &YSockAddrC;
}
Expand description

Connect Expansion trait

Required Methods§

Source

fn fixed_fd(&self) -> u32

Underlying Fixed Fd ref

Source

fn ysaddr(&self) -> &YSockAddrC

Underlying YSockAddr

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§