Expand description
Re-exports§
pub use crate::HttpResult;pub use crate::HttpWhatever;pub use snafu::OptionExt as _;pub use snafu::ResultExt as _;
Macros§
- ensure
- Ensure a condition is true. If it is not, return from the function with an error.
- ensure_
whatever - Ensure a condition is true. If it is not, return a stringly-typed error message.
- http_
err - A macro to help format the standard message strings used by this error type.
- whatever
- Instantiate and return a stringly-typed error message.