Trait aya::maps::sock::SocketMap[][src]

pub trait SocketMap {
    fn fd_or_err(&self) -> Result<RawFd, MapError>;
}

Required methods

Implementors