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

Implementors§