pub trait UnixFDMessageExt: 'static {
    // Required method
    fn fd_list(&self) -> UnixFDList;
}

Required Methods§

Implementors§