This repository has been archived on 2022-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
ludum-dare-50/rustdoc/anyhow/sidebar-items.js

1 line
533 B
JavaScript

initSidebarItems({"fn":[["Ok","Equivalent to Ok::<_, anyhow::Error>(value)."]],"macro":[["anyhow","Construct an ad-hoc error from a string or existing non-`anyhow` error value."],["bail","Return early with an error."],["ensure","Return early with an error if a condition is not satisfied."]],"struct":[["Chain","Iterator of a chain of source errors."],["Error","The `Error` type, a wrapper around a dynamic error type."]],"trait":[["Context","Provides the `context` method for `Result`."]],"type":[["Result","`Result<T, Error>`"]]});