Type Definition rust_releases_io::IoResult[][src]

pub type IoResult<T> = Result<T, IoError>;
Expand description

A result type which binds the RustReleasesCoreError to the error type.