We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb7c01f commit e0d68d9Copy full SHA for e0d68d9
src/lib.rs
@@ -36,6 +36,8 @@ pub type OsStartFn = extern "C" fn(&Api) -> !;
36
pub enum Error {
37
/// An invalid device number was given to the function.
38
InvalidDevice,
39
+ /// That function doesn't work at this time.
40
+ Unimplemented,
41
/// The underlying hardware reported some error. The numeric code is BIOS
42
/// implementation specific but may give some clues.
43
DeviceError(u16),
0 commit comments