Type Definition libblkid_rs::Result[][src]

pub type Result<T> = Result<T, BlkidErr>;
Expand description

Re-export of Result with an error type of BlkidErr