pavex 0.1.29

A framework for building API services and web applications in Rust.
Documentation
1
2
//! Errors that can arise when building a [`Response`](crate::response::Response) body.
pub use super::json::JsonSerializationError;