Enum mmap_rs::error::Error [−][src]
pub enum Error {
UnsafeFlagNeeded(UnsafeMmapFlags),
Io(Error),
Nix(Error),
}
Expand description
The error type.
Variants
UnsafeFlagNeeded(UnsafeMmapFlags)
The following set of unsafe flags must be set to call this function.
Tuple Fields of UnsafeFlagNeeded
Io(Error)
Represents std::io::Error
.
Tuple Fields of Io
0: Error
Nix(Error)
Represents nix::Error
.
Tuple Fields of Nix
0: Error