Trait aya::programs::ProgramFd[][src]

pub trait ProgramFd {
    fn fd(&self) -> Option<RawFd>;
}

Required methods

Implementors