Trait bczhc_lib::io::Poll

source ·
pub trait Poll: Read + Write + AsRawFd { }

Implementors§

source§

impl<T> Poll for Twhere T: Read + Write + AsRawFd,