pub trait TDPollType: Debug + RObject { }
Expand description

Describes the type of a poll

Implementations on Foreign Types§

source§

impl<'a, POLLTYPE: TDPollType> TDPollType for &'a mut POLLTYPE

source§

impl<'a, POLLTYPE: TDPollType> TDPollType for &'a POLLTYPE

Implementors§