pub trait TimedFdReadWrite {
    const INTEREST: Interest;
}

Required Associated Constants

Implementors