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