Type Definition linux_io::result::Result

source ·
pub type Result<T> = Result<T, Error>;
Expand description

Represents a result from a kernel call that might fail.