kvarn_utils::prelude::io

Struct Error

1.0.0 · source
pub struct Error { /* private fields */ }
Expand description

The error type for I/O operations of the Read, Write, Seek, and associated traits.

Errors mostly originate from the underlying OS, but custom instances of Error can be created with crafted error messages and a particular value of ErrorKind.

Implementations§

source§

impl Error

This impl block contains no items.

Common errors constants for use in std

source§

impl Error