Method lrs::file::Info::special_file

If self is a device special file, then this functions returns the device it represents.

Syntax

impl Info {
    fn special_file(&self) -> Option<Device>
}