Removes a file descriptor from an epoll instance.
impl Epoll { fn remove<T>(&self, fd: &T) -> Result<(), Errno> where T: FDContainer, }
The file descriptor to remove.