Type Definition rust_releases_io::IoResult[][src]

type IoResult<T> = Result<T, IoError>;

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