pavex/response/body/
errors.rs

1//! Errors that can arise when building a [`Response`](crate::Response) body.
2pub use super::json::JsonSerializationError;