pub trait GetValue { // Required method fn get(&mut self, fd: RawFd) -> Result<()>; }
Get value from device