FDMessageExt

Trait FDMessageExt 

Source
pub trait FDMessageExt: IsA<FDMessage> + 'static {
    // Provided method
    fn fd_list(&self) -> UnixFDList { ... }
}
Expand description

Trait containing all FDMessage methods.

§Implementors

FDMessage

Provided Methods§

Source

fn fd_list(&self) -> UnixFDList

Gets the #GUnixFDList contained in @self. This function does not return a reference to the caller, but the returned list is valid for the lifetime of @self.

§Returns

the #GUnixFDList from @self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§